diff options
| author | Conventional Changelog Action <[email protected]> | 2023-11-29 14:02:25 +0000 |
|---|---|---|
| committer | Conventional Changelog Action <[email protected]> | 2023-11-29 14:02:25 +0000 |
| commit | 0b9194e9194e790d40ebef1c76366cea190546cd (patch) | |
| tree | fbe13da7c2fb2a6d5dac6227c53216525542e478 | |
| parent | c15c194031ca5053d2cd143336544271b176ad93 (diff) | |
| download | aniwatch-api-0b9194e9194e790d40ebef1c76366cea190546cd.tar.xz aniwatch-api-0b9194e9194e790d40ebef1c76366cea190546cd.zip | |
chore(release): v1.18.0 [skip ci]
| -rw-r--r-- | CHANGELOG.md | 19 | ||||
| -rw-r--r-- | 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", |
