From a6eeaee2e52fb387b01217f6d24dc089f91c6488 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 8 Jun 2023 03:13:28 +0000 Subject: [PATCH] chore(release): 2.1.0 [skip ci] # [2.1.0](https://github.com/yoyo930021/vc2c/compare/v2.0.1...v2.1.0) (2023-06-08) ### Bug Fixes * refactor lifecycle mappings to properly transform destroyed/beforeDestroy hooks ([2a63ef5](https://github.com/yoyo930021/vc2c/commit/2a63ef516e8fb29485878869078fcf3e9d513cd4)) ### Features * release new version for deps ([9d66d89](https://github.com/yoyo930021/vc2c/commit/9d66d8903d978851d2c7d6872956b39140b52ae7)) --- package.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 323277c..618d5b7 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,16 @@ { "name": "vc2c", - "version": "2.0.1", + "version": "2.1.0", "author": "yoyo930021@gmail.com", "license": "MIT", "main": "dist/lib/index.js", "typings": "dist/types/index.d.ts", "config": { - "tags": ["v1", "v2", "v3"] + "tags": [ + "v1", + "v2", + "v3" + ] }, "bin": { "vc2c": "./bin/vc2c"