From d997edcba187297905c840c44b3523667fcc4984 Mon Sep 17 00:00:00 2001 From: haoziqaq <357229046@qq.com> Date: Wed, 6 Nov 2024 00:44:11 +0800 Subject: [PATCH] v0.0.11 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5065422..600acf0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.0.11](https://github.com/varletjs/rattail/compare/v0.0.10...v0.0.11) (2024-11-05) + + +### Features + +* support ensureSuffix, ensurePrefix, refactor project structrue ([475cdde](https://github.com/varletjs/rattail/commit/475cdde2873f6d5314f844bdce1d09cfe66c65d6)) + + + ## [0.0.10](https://github.com/varletjs/rattail/compare/v0.0.9...v0.0.10) (2024-11-04) diff --git a/package.json b/package.json index d6c5b15..4c266c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rattail", - "version": "0.0.10", + "version": "0.0.11", "type": "module", "main": "lib/index.cjs", "module": "lib/index.js",