Skip to content

Commit

Permalink
v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
haoziqaq committed Oct 28, 2024
1 parent 81b2236 commit 2f73b41
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))



4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rattail",
"version": "0.0.0",
"version": "0.0.1",
"type": "module",
"main": "lib/index.cjs",
"module": "lib/index.js",
Expand Down Expand Up @@ -62,4 +62,4 @@
"engines": {
"pnpm": ">=9.0"
}
}
}

0 comments on commit 2f73b41

Please sign in to comment.