diff --git a/CHANGELOG.md b/CHANGELOG.md index fb815fa..d989a24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.17.3](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.17.2...v1.17.3) (2023-09-27) + + + ## [1.17.2](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.17.1...v1.17.2) (2023-09-25) @@ -31,12 +35,3 @@ -## [1.15.1](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.15.0...v1.15.1) (2023-08-28) - - -### Bug Fixes - -* **docs:** updated thanks section id ([252445f](https://github.com/ghoshRitesh12/aniwatch-api/commit/252445f2983cade55837f5736519ebb90f0c6d98)) - - - diff --git a/package.json b/package.json index e8ad83c..fd99604 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aniwatch-api", - "version": "1.17.2", + "version": "1.17.3", "description": "Node Express API for obtaining anime information from aniwatch", "main": "ts-node src/server.ts", "scripts": {