From 2f73b418ae7261d91f9e37dc505550d448705303 Mon Sep 17 00:00:00 2001 From: haoziqaq <357229046@qq.com> Date: Mon, 28 Oct 2024 12:17:20 +0800 Subject: [PATCH] v0.0.1 --- CHANGELOG.md | 21 +++++++++++++++++++++ package.json | 4 ++-- 2 files changed, 23 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..18d2592 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,21 @@ +## 0.0.1 (2024-10-28) + + +### Bug Fixes + +* fix favicon ([fdeb713](https://github.com/varletjs/rattail/commit/fdeb713d2333489b076d37d0564e990899705b60)) +* fix logo ([ab826d3](https://github.com/varletjs/rattail/commit/ab826d35297fff9cca0261c09693491813be559c)) +* rename bigCamelize to pascalCase ([#1](https://github.com/varletjs/rattail/issues/1)) ([292bac1](https://github.com/varletjs/rattail/commit/292bac1a19bad48118e408d11eb0e64f47561f8e)) + + +### Features + +* add hero image ([4e19ac0](https://github.com/varletjs/rattail/commit/4e19ac091c94e4cdedc47530003075d5b766bce6)) +* add isNonEmptyArray ([#2](https://github.com/varletjs/rattail/issues/2)) ([181c488](https://github.com/varletjs/rattail/commit/181c48888429c67ddca968782093be1d253ef826)) +* init repo ([6596400](https://github.com/varletjs/rattail/commit/65964000b92b4ee6a8c4ff7045dc5bf3f44b9c2a)) +* new utils and add vitest ([d8ef0f7](https://github.com/varletjs/rattail/commit/d8ef0f7669cdcfa6147671c9ab8df921e67cd541)) +* support vitepress ([d861865](https://github.com/varletjs/rattail/commit/d861865f9d5f39dbad1c467e0ec6e1116bbb28d9)) +* theme customization ([1a53c72](https://github.com/varletjs/rattail/commit/1a53c72365dca6efa54994b596c6772cb9448c96)) + + + diff --git a/package.json b/package.json index d348206..8186c46 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rattail", - "version": "0.0.0", + "version": "0.0.1", "type": "module", "main": "lib/index.cjs", "module": "lib/index.js", @@ -62,4 +62,4 @@ "engines": { "pnpm": ">=9.0" } -} +} \ No newline at end of file