aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConventional Changelog Action <[email protected]>2023-08-19 17:32:15 +0000
committerConventional Changelog Action <[email protected]>2023-08-19 17:32:15 +0000
commit681a4487156c3eab9a2bddacd6a0b06388b68c6a (patch)
tree2a23a2b954f80b7f89f453e69c21df42fc56566d
parentddd77f42aeae90133caa585051c398bf5b9fb1b0 (diff)
downloadaniwatch-api-681a4487156c3eab9a2bddacd6a0b06388b68c6a.tar.xz
aniwatch-api-681a4487156c3eab9a2bddacd6a0b06388b68c6a.zip
chore(release): v1.9.1 [skip ci]
-rw-r--r--CHANGELOG.md13
-rw-r--r--package.json2
2 files changed, 10 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d5aef0b..6b7ba22 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+## [1.9.1](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.9.0...v1.9.1) (2023-08-19)
+
+
+### Bug Fixes
+
+* updated docker build workflow ([ddd77f4](https://github.com/ghoshRitesh12/aniwatch-api/commit/ddd77f42aeae90133caa585051c398bf5b9fb1b0))
+
+
+
# [1.9.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.8.0...v1.9.0) (2023-08-19)
@@ -50,7 +59,3 @@
-## [1.6.1](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.6.0...v1.6.1) (2023-08-13)
-
-
-
diff --git a/package.json b/package.json
index 1984473..02f8d90 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "aniwatch-api",
- "version": "1.9.0",
+ "version": "1.9.1",
"description": "Node Express API for obtaining anime information from aniwatch",
"main": "ts-node src/server.ts",
"scripts": {