From dac94dcc3bf8e505bb23b5cf8aa7ef51febca6d9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 8 Jun 2023 03:54:25 +0000 Subject: [PATCH] chore(release): 2.2.0 [skip ci] # [2.2.0](https://github.com/yoyo930021/vc2c/compare/v2.1.0...v2.2.0) (2023-06-08) ### Features * release new version for deps ([66a9591](https://github.com/yoyo930021/vc2c/commit/66a9591e95545b685c2eaaeec5fdb74ef7851af6)) --- package.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6ccb8c6..e4c8ddc 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,17 @@ { "name": "vc2c", - "version": "2.1.0", + "version": "2.2.0", "author": "yoyo930021@gmail.com", "license": "MIT", "main": "dist/lib/index.js", "typings": "dist/types/index.d.ts", "config": { - "tags": ["v1", "v2", "v3", "v4"] + "tags": [ + "v1", + "v2", + "v3", + "v4" + ] }, "bin": { "vc2c": "./bin/vc2c"