From 8fe1be6c5e4f42d3a0d57fb7c5fc27100328732b Mon Sep 17 00:00:00 2001 From: haoziqaq <357229046@qq.com> Date: Fri, 1 Nov 2024 03:06:04 +0800 Subject: [PATCH] v0.0.6 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2a2ff7..1acc0b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.0.6](https://github.com/varletjs/rattail/compare/v0.0.5...v0.0.6) (2024-10-31) + + +### Bug Fixes + +* fix imported ([c7eabd3](https://github.com/varletjs/rattail/commit/c7eabd3c01373e317ce41f15057ba22e187116e6)) + + + ## [0.0.5](https://github.com/varletjs/rattail/compare/v0.0.3...v0.0.5) (2024-10-31) diff --git a/package.json b/package.json index 49f54bf..08e38ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rattail", - "version": "0.0.5", + "version": "0.0.6", "type": "module", "main": "lib/index.cjs", "module": "lib/index.js",