From 0b9194e9194e790d40ebef1c76366cea190546cd Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Wed, 29 Nov 2023 14:02:25 +0000 Subject: [PATCH] chore(release): v1.18.0 [skip ci] --- CHANGELOG.md | 19 ++++++++++--------- package.json | 2 +- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc06a4d..3f21dab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# [1.18.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.17.5...v1.18.0) (2023-11-29) + + +### Features + +* add check for vercel deployment ([c079bf8](https://github.com/ghoshRitesh12/aniwatch-api/commit/c079bf808ab2e6ec7fa58832f842b05e6212111a)) +* add vercel api entry point file ([5da81f1](https://github.com/ghoshRitesh12/aniwatch-api/commit/5da81f18ce271df71a80d63a19d2f6ce7da6d072)) + + + ## [1.17.5](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.17.4...v1.17.5) (2023-11-22) @@ -38,12 +48,3 @@ -## [1.17.1](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.17.0...v1.17.1) (2023-09-10) - - -### Performance Improvements - -* **rateLimit:** increased `windowMs` time ([6e11137](https://github.com/ghoshRitesh12/aniwatch-api/commit/6e11137ce2d5bd3b35beb7b56904abc82b2f6f18)) - - - diff --git a/package.json b/package.json index 0753fbf..2223486 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aniwatch-api", - "version": "1.17.5", + "version": "1.18.0", "description": "Node Express API for obtaining anime information from aniwatch", "main": "ts-node src/server.ts", "type": "module",