diff --git a/CHANGELOG.md b/CHANGELOG.md index 81784d1..779c235 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,43 @@ +# [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 + + + # [1.40.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.39.0...v1.40.0) (2024-10-04) @@ -25,7 +65,3 @@ -## [1.38.2](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.38.1...v1.38.2) (2024-08-14) - - - diff --git a/package.json b/package.json index bbb970e..e1841fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aniwatch-api", - "version": "1.40.0", + "version": "2.0.0", "description": "Node.js API for obtaining anime information from hianime.to", "main": "src/server.ts", "type": "module",