Skip to content

Commit

Permalink
chore(release): v0.1.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Aug 5, 2024
1 parent 6436167 commit 98009e1
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# 0.1.0 (2024-08-05)


### Features

* add bug report issue template ([0e5627b](https://github.com/ghoshRitesh12/aniwatch/commit/0e5627bfb6a45fdbeb77d08dddc39718d0e1d0c8))
* add code of conduct ([ebee0e6](https://github.com/ghoshRitesh12/aniwatch/commit/ebee0e65f16f3f23f07f6e5a2f3d2f0e5cde0303))
* add CODEOWNERS file ([a0b5e0e](https://github.com/ghoshRitesh12/aniwatch/commit/a0b5e0eaf91d0f0b8773028cb00bfebf442253f0))
* add contributing guidelines ([9d90e46](https://github.com/ghoshRitesh12/aniwatch/commit/9d90e46613717a56d39dc5f9a2fa339b466f144f))
* add custom husky install script to skip it on production and CI ([2dca579](https://github.com/ghoshRitesh12/aniwatch/commit/2dca579de210ba74daa3fc400bfd8468b777c89f))
* add feature request issue template ([22b7984](https://github.com/ghoshRitesh12/aniwatch/commit/22b7984860513e7c6f80b6b7dd3ff02530e635a4))
* add gitignore file ([5b098a5](https://github.com/ghoshRitesh12/aniwatch/commit/5b098a538bfb7e5dde6c3378601b2a3b38ae37fc))
* add husky conventional commit check ([02e20f5](https://github.com/ghoshRitesh12/aniwatch/commit/02e20f56c1bed242ccce5c0809ae2ad75a783c1f))
* add index file ([2496e64](https://github.com/ghoshRitesh12/aniwatch/commit/2496e643ef430955bbb05ad5e547976baf2f4d07))
* add LICENSE file ([773028f](https://github.com/ghoshRitesh12/aniwatch/commit/773028fb10a13b9adfb42a6af0cccb429dd03a90))
* add LICENSE file ([b30c898](https://github.com/ghoshRitesh12/aniwatch/commit/b30c8985072ca7ca17d6d21d883bea94406e386a))
* add npmignore file ([4507d68](https://github.com/ghoshRitesh12/aniwatch/commit/4507d68e7c379e611271345fd65de31d8bbe2862))
* add package.json file ([8897b62](https://github.com/ghoshRitesh12/aniwatch/commit/8897b62f13a9bdced4813d8ded58f67124cf8ad2))
* add pnpm lock file ([0f12ecb](https://github.com/ghoshRitesh12/aniwatch/commit/0f12ecb550d5754eb99ad144cd0f4acd8b7ccdb3))
* add tsconfig file ([87979d2](https://github.com/ghoshRitesh12/aniwatch/commit/87979d2e222740cbdb1ed06289e3b9faff951639))
* add tsup config file ([3148ff7](https://github.com/ghoshRitesh12/aniwatch/commit/3148ff79887250fbc1d315df30adb0fc55cf3a56))
* set prepare script to custom husky install script to skip it on production and CI ([7c7a5e8](https://github.com/ghoshRitesh12/aniwatch/commit/7c7a5e8cfdf3781fce76afae8987e32b74406ae7))



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aniwatch",
"version": "0.0.1",
"version": "0.1.0",
"description": "📦 Scraper package for obtaining anime information from hianime.to (formerly aniwatch.to)",
"license": "MIT",
"main": "dist/index.js",
Expand Down

0 comments on commit 98009e1

Please sign in to comment.