From c724c70dceac3901b2c870dfba700baf6dca93b4 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Mon, 28 Aug 2023 12:50:21 +0000 Subject: [PATCH] chore(release): v1.15.1 [skip ci] --- CHANGELOG.md | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a33c1d5..07bf1b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.15.1](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.15.0...v1.15.1) (2023-08-28) + + +### Bug Fixes + +* **docs:** updated thanks section id ([252445f](https://github.com/ghoshRitesh12/aniwatch-api/commit/252445f2983cade55837f5736519ebb90f0c6d98)) + + + # [1.15.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.14.0...v1.15.0) (2023-08-28) @@ -34,12 +43,3 @@ -# [1.12.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.11.0...v1.12.0) (2023-08-20) - - -### Features - -* **dockerfile:** updated `Dockerfile` labels ([bc5364f](https://github.com/ghoshRitesh12/aniwatch-api/commit/bc5364fbf1c6f04f1ab214b9ad35ba04dbbc7602)) - - - diff --git a/package.json b/package.json index 19b8ead..2a7fc48 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aniwatch-api", - "version": "1.15.0", + "version": "1.15.1", "description": "Node Express API for obtaining anime information from aniwatch", "main": "ts-node src/server.ts", "scripts": {