Skip to content

Commit

Permalink
0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
huang2002 committed Jan 30, 2019
1 parent 419b304 commit 6db3e32
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.16.0 - 2019-01-30

- Add type exports
- Add `EmptyStore` type
- Improve type declarations
- Fix file names in `package.json`

### 0.15.2 - 2019-01-24

- Fix the type declaration of props
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hyper-ui/core",
"description": "A lightweight front-end UI lib.",
"version": "0.15.2",
"version": "0.16.0",
"main": "dist/hyper-ui.core.umd.min.js",
"module": "dist/hyper-ui.core.min.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -45,4 +45,4 @@
"terser": "^3.14.1",
"typescript": "^3.2.4"
}
}
}

0 comments on commit 6db3e32

Please sign in to comment.