aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConventional Changelog Action <[email protected]>2023-08-22 12:34:59 +0000
committerConventional Changelog Action <[email protected]>2023-08-22 12:34:59 +0000
commit259ff7f1dffa9eb9f2200301fdd18430d6894f0d (patch)
tree0c47653a92216aada27b285dd9672729cebf4773
parentcb1bed43cef491cd9bd245be8c7abf901d218817 (diff)
downloadaniwatch-api-259ff7f1dffa9eb9f2200301fdd18430d6894f0d.tar.xz
aniwatch-api-259ff7f1dffa9eb9f2200301fdd18430d6894f0d.zip
chore(release): v1.14.0 [skip ci]
-rw-r--r--CHANGELOG.md18
-rw-r--r--package.json2
2 files changed, 10 insertions, 10 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f6af53e..2d996dd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+# [1.14.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.13.1...v1.14.0) (2023-08-22)
+
+
+### Features
+
+* **cd:** decoupled triggering deploy job ([cb1bed4](https://github.com/ghoshRitesh12/aniwatch-api/commit/cb1bed43cef491cd9bd245be8c7abf901d218817))
+
+
+
## [1.13.1](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.13.0...v1.13.1) (2023-08-22)
@@ -32,12 +41,3 @@
-## [1.10.1](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.10.0...v1.10.1) (2023-08-19)
-
-
-### Bug Fixes
-
-* added `healthcheck` awake ([2b22cc6](https://github.com/ghoshRitesh12/aniwatch-api/commit/2b22cc641e30633908cddd625b0695047602e68c))
-
-
-
diff --git a/package.json b/package.json
index 61f546a..4b111b7 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "aniwatch-api",
- "version": "1.13.1",
+ "version": "1.14.0",
"description": "Node Express API for obtaining anime information from aniwatch",
"main": "ts-node src/server.ts",
"scripts": {