Skip to content

Commit

Permalink
chore(release): 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
localvoid committed May 15, 2018
1 parent f75a03d commit 5d0329f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="0.11.1"></a>
## [0.11.1](https://github.com/localvoid/ivi/compare/0.11.0...0.11.1) (2018-05-15)


### Bug Fixes

* **vdom:** setup scheduler when `_update()` is invoked ([0cdf978](https://github.com/localvoid/ivi/commit/0cdf978))



<a name="0.11.0"></a>
# 0.11.0 (2018-05-14)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "0.11.0",
"version": "0.11.1",
"workspaces": [
"packages/*"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/ivi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ivi",
"version": "0.11.0",
"version": "0.11.1",
"main": "dist/main/index.js",
"module": "dist/module/index.js",
"es2016": "dist/es2016/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/ivi/src/dev_mode/version.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
* Version in string format.
*/
export const VERSION = "0.10.0";
export const VERSION = "0.11.1";

0 comments on commit 5d0329f

Please sign in to comment.