From 098976ad73a01d0e30e3f9ba91b4ca70f63c5dde Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Sun, 7 Jan 2024 11:24:55 +0000 Subject: [PATCH] chore(release): v1.21.1 [skip ci] --- CHANGELOG.md | 13 ++++--------- package.json | 2 +- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf4a8ec..f80f103 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.21.1](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.21.0...v1.21.1) (2024-01-07) + + + # [1.21.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.20.2...v1.21.0) (2023-12-29) @@ -28,12 +32,3 @@ -# [1.19.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.18.3...v1.19.0) (2023-12-16) - - -### Features - -* add `anilistID` in response ([4cf7e46](https://github.com/ghoshRitesh12/aniwatch-api/commit/4cf7e460cfc5449fdeea29634fa24c4709473178)) - - - diff --git a/package.json b/package.json index 36d6f92..c01ceb5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aniwatch-api", - "version": "1.21.0", + "version": "1.21.1", "description": "Node Express API for obtaining anime information from aniwatch", "main": "ts-node src/server.ts", "type": "module",