diff options
| author | Conventional Changelog Action <[email protected]> | 2024-12-07 15:51:30 +0000 |
|---|---|---|
| committer | Conventional Changelog Action <[email protected]> | 2024-12-07 15:51:30 +0000 |
| commit | 1f474352d69bc295c4f8bb5d293940d49e1191ca (patch) | |
| tree | ee210ce080f9e3efd6468180e320a20d13b7034e | |
| parent | e57a4f06d91f5ad7bbec9328baaa7246723bac7b (diff) | |
| download | aniwatch-api-1f474352d69bc295c4f8bb5d293940d49e1191ca.tar.xz aniwatch-api-1f474352d69bc295c4f8bb5d293940d49e1191ca.zip | |
chore(release): v2.2.1 [skip ci]
| -rw-r--r-- | CHANGELOG.md | 44 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 5 insertions, 41 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f587ccb..0383cc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [2.2.1](https://github.com/ghoshRitesh12/aniwatch-api/compare/v2.2.0...v2.2.1) (2024-12-07) + + + # [2.2.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v2.1.0...v2.2.0) (2024-12-07) @@ -30,43 +34,3 @@ -# [2.0.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.40.0...v2.0.0) (2024-10-05) - - -* Aniwatch API Version 2 (#66) ([46f688a](https://github.com/ghoshRitesh12/aniwatch-api/commit/46f688ac12a99b8fb145b0745dd4cc6babff1e1e)), closes [#66](https://github.com/ghoshRitesh12/aniwatch-api/issues/66) - - -### BREAKING CHANGES - -* * chore: remove files that are not necessary for api v2 - -* test: update existing tests to use pkg - -* feat: organized aniwatch api envs and add more info about them - -* feat: update tsconfig to include strict noUnsed params - -* feat(api homepage): revamp api home page - -* feat: update wani kuni image - -* feat: add dot img - -* feat: use hono cors - -* feat: use hono rate limiter - -* build: remove unnecessary deps, add ones needed and update description - -* feat: add hianime routes and their handlers - -* feat: update vercel deployment file - -* docs: update logo and scraper docs, add envs section - -* feat: update main server file - -* feat: update peronal deployments caution section - - - diff --git a/package.json b/package.json index 49be18c..8b56c1e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aniwatch-api", - "version": "2.2.0", + "version": "2.2.1", "description": "Node.js API for obtaining anime information from hianime.to", "main": "src/server.ts", "type": "module", |
