From 60087e6c1a58c23775ebae966d55946a63e3d997 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Mon, 7 Aug 2023 15:13:05 +0000 Subject: [PATCH] chore(release): v1.5.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 0245cb5..aee80a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# [1.5.0](https://github.com/ghoshRitesh12/zoro.to-api/compare/v1.4.0...v1.5.0) (2023-08-07) + + +### Features + +* added rate limit config ([3014ab8](https://github.com/ghoshRitesh12/zoro.to-api/commit/3014ab8ce41d0b11b56ab7c6c32bd0f5c75fee3c)) +* rate limited endpoints ([5a82179](https://github.com/ghoshRitesh12/zoro.to-api/commit/5a82179174c63c67ce8371aa9628529dafd115b6)) + + + # [1.4.0](https://github.com/ghoshRitesh12/zoro.to-api/compare/v1.3.6...v1.4.0) (2023-08-07) @@ -27,12 +37,3 @@ -## [1.3.3](https://github.com/ghoshRitesh12/zoro.to-api/compare/v1.3.2...v1.3.3) (2023-08-06) - - -### Bug Fixes - -* **totalPages:** fixed bug showing wrong `totalPages` ([96085a3](https://github.com/ghoshRitesh12/zoro.to-api/commit/96085a32b1aa8f882464da2a47218997b26b8145)) - - - diff --git a/package.json b/package.json index 5fdaaf7..c5b1c05 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zoro.to-api", - "version": "1.4.0", + "version": "1.5.0", "description": "Node Express API for obtaining anime information from zoro.to", "main": "ts-node src/server.ts", "scripts": {