From 3310adbd03f2f7cfd2a1f75fe5a5f0bfaf4053bc Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 9 Sep 2023 15:46:19 +0000 Subject: [PATCH] chore(release): 1.2.0 [skip ci] # [1.2.0](https://github.com/seonggukchoi/toolkit/compare/v1.1.0...v1.2.0) (2023-09-09) ### Features * aggregate encode and decode command and rename the module ([86a2ee5](https://github.com/seonggukchoi/toolkit/commit/86a2ee57ca98333a5221711c42c989d7fbdcab99)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc93307..84027e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.2.0](https://github.com/seonggukchoi/toolkit/compare/v1.1.0...v1.2.0) (2023-09-09) + + +### Features + +* aggregate encode and decode command and rename the module ([86a2ee5](https://github.com/seonggukchoi/toolkit/commit/86a2ee57ca98333a5221711c42c989d7fbdcab99)) + # [1.1.0](https://github.com/seonggukchoi/toolkit/compare/v1.0.0...v1.1.0) (2023-09-09) diff --git a/package-lock.json b/package-lock.json index 72e89ab..40893d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@seonggukchoi/toolkit", - "version": "0.0.1", + "version": "1.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@seonggukchoi/toolkit", - "version": "0.0.1", + "version": "1.2.0", "license": "MIT", "dependencies": { "@nestjs/common": "^10.2.4", diff --git a/package.json b/package.json index 1d42e05..063d68f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@seonggukchoi/toolkit", - "version": "0.0.1", + "version": "1.2.0", "description": "Toolkit for simplify conversions and value generation", "main": "dist/main.js", "type": "module",