From bf026c223e8967b6bee0e918eb8bfd9e08690901 Mon Sep 17 00:00:00 2001 From: haoziqaq <357229046@qq.com> Date: Mon, 18 Nov 2024 00:14:24 +0800 Subject: [PATCH] v1.0.10 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a48bb5..c0e9000 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.0.10](https://github.com/varletjs/rattail/compare/v1.0.9...v1.0.10) (2024-11-17) + + +### Features + +* download ([130d65a](https://github.com/varletjs/rattail/commit/130d65afdfcbf1de57efc96c2b1f2a5684b5980d)) + + + ## [1.0.9](https://github.com/varletjs/rattail/compare/v1.0.8...v1.0.9) (2024-11-16) diff --git a/package.json b/package.json index bbf9028..c578b9a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rattail", - "version": "1.0.9", + "version": "1.0.10", "type": "module", "main": "lib/index.cjs", "module": "lib/index.js",