Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2019-11-01)

### Bug Fixes

* fix @watch, @emit, IntervalHook and add more test ([cd545aa](cd545aa))
* fix decorator name function and ignore removeThis in obj ([a471f18](a471f18))
* fix inject error source ([06c0e0c](06c0e0c))

### Features

* add @provide @Inject and default eslint config ([4d468cd](4d468cd))
* add convertContextKey in removeThisAndSort ([dc55e59](dc55e59))
* add convertRender ASTConverter ([5d77cfb](5d77cfb))
* add export utils ([f3761be](f3761be))
* add todo comment in return statement ([ec54e7d](ec54e7d))
* add ts config support ([2902310](2902310))
* remove convertObjRender and add object intervalhook support ([ff54ded](ff54ded))
* remove node 8.x support ([5df4164](5df4164))
* remove return props in setup function ([67e20ba](67e20ba))
  • Loading branch information
semantic-release-bot committed Nov 1, 2019
1 parent 7450691 commit ffc6c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vc2c",
"version": "0.0.0-development",
"version": "1.0.0",
"author": "<yoyo930021>[email protected]",
"license": "MIT",
"main": "dist/lib/index.js",
Expand Down

0 comments on commit ffc6c30

Please sign in to comment.