From 75bf21b45ce04c0b1e5eb9d49a28eaf937d3c672 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 3 Nov 2019 16:50:12 +0000 Subject: [PATCH] chore(release): 1.2.0 [skip ci] # [1.2.0](https://github.com/yoyo930021/vc2c/compare/v1.1.0...v1.2.0) (2019-11-03) ### Bug Fixes * isPrimitiveType error result ([acd02d9](https://github.com/yoyo930021/vc2c/commit/acd02d9e28d64c8306dda55d1738707b9ee17079)) ### Features * add node 8.16 support ([ac5d6cc](https://github.com/yoyo930021/vc2c/commit/ac5d6cc49d1c5206cffd8d07f3ea0d674b9e8664)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9aad4a4..15dcf8f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vc2c", - "version": "1.1.0", + "version": "1.2.0", "author": "yoyo930021@gmail.com", "license": "MIT", "main": "dist/lib/index.js",