From ffc6c3086def6265ccec1c0371fc33aa20b11841 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 1 Nov 2019 14:13:02 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] # 1.0.0 (2019-11-01) ### Bug Fixes * fix @Watch, @Emit, IntervalHook and add more test ([cd545aa](https://github.com/yoyo930021/vc2c/commit/cd545aa85ce9044d438f143d314e1090333350b2)) * fix decorator name function and ignore removeThis in obj ([a471f18](https://github.com/yoyo930021/vc2c/commit/a471f182398c6db83a5f085ba60a724235f9b92d)) * fix inject error source ([06c0e0c](https://github.com/yoyo930021/vc2c/commit/06c0e0ca6af162b51b00c5220f73f08f342e5029)) ### Features * add @Provide @Inject and default eslint config ([4d468cd](https://github.com/yoyo930021/vc2c/commit/4d468cd65dd83d09b4c2efdca1fa6af9199c703e)) * add convertContextKey in removeThisAndSort ([dc55e59](https://github.com/yoyo930021/vc2c/commit/dc55e5928006ff548e09945c68f4c5075a674fa0)) * add convertRender ASTConverter ([5d77cfb](https://github.com/yoyo930021/vc2c/commit/5d77cfb840fa9322c68583f3afc1e37b802261fa)) * add export utils ([f3761be](https://github.com/yoyo930021/vc2c/commit/f3761bece7b9763f7cc3e830ff6981622f83c228)) * add todo comment in return statement ([ec54e7d](https://github.com/yoyo930021/vc2c/commit/ec54e7d4cd954c1e5fbdba59d02172a56b65b323)) * add ts config support ([2902310](https://github.com/yoyo930021/vc2c/commit/2902310b979ab6c19a69f34fcc2138410833fc31)) * remove convertObjRender and add object intervalhook support ([ff54ded](https://github.com/yoyo930021/vc2c/commit/ff54ded0254da322313a23649d6e4da6a3dba2c3)) * remove node 8.x support ([5df4164](https://github.com/yoyo930021/vc2c/commit/5df41640aac8d56fa81f0e6eaaa45086a60ea1fe)) * remove return props in setup function ([67e20ba](https://github.com/yoyo930021/vc2c/commit/67e20bae7012bc2757139bcf11510fefcaa0e2e4)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b216985..f1c1bb2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vc2c", - "version": "0.0.0-development", + "version": "1.0.0", "author": "yoyo930021@gmail.com", "license": "MIT", "main": "dist/lib/index.js",