diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a32d30..bd055ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [2.13.5](https://github.com/ghoshRitesh12/aniwatch-api/compare/v2.13.4...v2.13.5) (2025-05-11) + + + ## [2.13.4](https://github.com/ghoshRitesh12/aniwatch-api/compare/v2.13.3...v2.13.4) (2025-05-11) @@ -14,20 +18,3 @@ -# [2.13.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v2.12.0...v2.13.0) (2025-05-11) - - -### Features - -* add custom pino logger ([b6288a0](https://github.com/ghoshRitesh12/aniwatch-api/commit/b6288a02d85c108a5103ec1de15a1fa0b98d526e)) -* add envalid for better env management ([5880fe3](https://github.com/ghoshRitesh12/aniwatch-api/commit/5880fe3db6425fe4c4da32301295a775c2f99892)) -* add envalid, pino & format scripts ([21ca359](https://github.com/ghoshRitesh12/aniwatch-api/commit/21ca35904b18487140a586a70ef36d93b99e378e)) -* add new husky script ([fc92194](https://github.com/ghoshRitesh12/aniwatch-api/commit/fc921944073ae165dd2909404519e9edaecd16ec)) -* add new logging middleware that uses pino logger ([2054785](https://github.com/ghoshRitesh12/aniwatch-api/commit/2054785565cc164ab2239b868816dbd17b36b7cc)) -* integrate custom logger and envalidated envs ([83076b6](https://github.com/ghoshRitesh12/aniwatch-api/commit/83076b672b0cdf48489e24ae00ee9b0f8edcc238)) -* integrate use of ebvalidated envs ([e098e7c](https://github.com/ghoshRitesh12/aniwatch-api/commit/e098e7cfcbbe2381a2ef5ca538e0a255cca0d8d7)) -* integrate use of ebvalidated envs ([5e02877](https://github.com/ghoshRitesh12/aniwatch-api/commit/5e028771f0a008b65521385fd8fdbd694eba9f2a)) -* update to the latest aniwatch pkg ([a72f469](https://github.com/ghoshRitesh12/aniwatch-api/commit/a72f469f40a75acb80c69eb2c77f3050b53c61ad)) - - - diff --git a/package.json b/package.json index bfa4bba..6e3506d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aniwatch-api", - "version": "2.13.4", + "version": "2.13.5", "description": "Node.js API for obtaining anime information from hianimez.to", "main": "src/server.ts", "type": "module",