From 7f1ddaf42082a0bafc6e1bd7443758b9bd3d8f2d Mon Sep 17 00:00:00 2001 From: yangjingyu Date: Fri, 22 Dec 2023 11:54:51 +0800 Subject: [PATCH] release: v0.1.1 --- CHANGELOG.md | 25 +++++++++++++++++++++++-- package.json | 2 +- 2 files changed, 24 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e9ca0d..3e70f13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,13 @@ -# 0.1.0 (2023-12-22) +## [0.1.1](https://github.com/thomas-void0/t2t-tools/compare/v0.1.0...v0.1.1) (2023-12-22) + + +### Features + +* add GetArrayValue ([dbc052e](https://github.com/thomas-void0/t2t-tools/commit/dbc052e462b52a93b625419ea701d66966be1258)) + + + +# [0.1.0](https://github.com/thomas-void0/t2t-tools/compare/v0.0.1...v0.1.0) (2023-12-22) ### Bug Fixes @@ -6,6 +15,19 @@ * fix publish.yml bug ([8a2fda7](https://github.com/thomas-void0/t2t-tools/commit/8a2fda707bc34ef4903bedafa3925fda82bbca26)) * fix publish.yml error ([0352bc5](https://github.com/thomas-void0/t2t-tools/commit/0352bc524515c6719417c78ac02b60e420bab2b3)) * fix publish.yml error ([63ab99d](https://github.com/thomas-void0/t2t-tools/commit/63ab99dc8e3c24d9eb694344980a5dde46a64de6)) + + +### Features + +* change pnpm to npm ([be39b92](https://github.com/thomas-void0/t2t-tools/commit/be39b92ed1ff927f40705ad62a786139d37380c0)) + + + +## [0.0.1](https://github.com/thomas-void0/t2t-tools/compare/a540d865559032f09af1ec97dcb4b6e6efcce9dd...v0.0.1) (2023-12-20) + + +### Bug Fixes + * import equals file error ([b1a5706](https://github.com/thomas-void0/t2t-tools/commit/b1a57060e4eb0a561f1cc9f708c410a92eec37a5)) @@ -43,7 +65,6 @@ * add changelog ([722d8d7](https://github.com/thomas-void0/t2t-tools/commit/722d8d77b5d485fda9d900c017bc5bcf3ee8e82f)) * add deep tools ([cda6e14](https://github.com/thomas-void0/t2t-tools/commit/cda6e14f0982d419cd48a2aebd428deb49d01214)) * add del command ([2f0117d](https://github.com/thomas-void0/t2t-tools/commit/2f0117d0626f9f24e00488a9c55fd75351993d6e)) -* change pnpm to npm ([be39b92](https://github.com/thomas-void0/t2t-tools/commit/be39b92ed1ff927f40705ad62a786139d37380c0)) diff --git a/package.json b/package.json index 8e72638..4fad392 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "t2t-tools", - "version": "0.1.0", + "version": "0.1.1", "description": "type conversion tool of typescript", "main": "./dist/index.js", "types": "./dist/index.d.ts",