From 828c651b2fe966b470b862f41f7c7f2738a21e6b Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Sun, 10 Sep 2023 14:46:52 +0000 Subject: [PATCH] chore(release): v1.17.0 [skip ci] --- CHANGELOG.md | 13 +++++++++---- package.json | 2 +- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e70dc4a..135ed44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [1.17.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.16.0...v1.17.0) (2023-09-10) + + +### Features + +* **legacyHeaders:** update `ratelimit` config ([f8f2883](https://github.com/ghoshRitesh12/aniwatch-api/commit/f8f2883f72136ebcb95d84f9c182bd03a7ad80fe)) + + + # [1.16.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.15.1...v1.16.0) (2023-09-10) @@ -41,7 +50,3 @@ -## [1.13.1](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.13.0...v1.13.1) (2023-08-22) - - - diff --git a/package.json b/package.json index ec026d3..000dc86 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aniwatch-api", - "version": "1.16.0", + "version": "1.17.0", "description": "Node Express API for obtaining anime information from aniwatch", "main": "ts-node src/server.ts", "scripts": {