From 45cb7c8035b4453094d86e3a0537017626fdabd3 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Tue, 22 Aug 2023 08:03:46 +0000 Subject: [PATCH] chore(release): v1.13.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 d03bf57..f6af53e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.13.1](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.13.0...v1.13.1) (2023-08-22) + + + # [1.13.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.12.0...v1.13.0) (2023-08-20) @@ -37,12 +41,3 @@ -# [1.10.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.9.2...v1.10.0) (2023-08-19) - - -### Features - -* added `healthcheck` awake ([25115e2](https://github.com/ghoshRitesh12/aniwatch-api/commit/25115e22892d20afa33bf28da347f895a95dd65e)) - - - diff --git a/package.json b/package.json index e97b0a4..61f546a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aniwatch-api", - "version": "1.13.0", + "version": "1.13.1", "description": "Node Express API for obtaining anime information from aniwatch", "main": "ts-node src/server.ts", "scripts": {