aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConventional Changelog Action <[email protected]>2023-08-20 08:14:24 +0000
committerConventional Changelog Action <[email protected]>2023-08-20 08:14:24 +0000
commit3e7f5eb37b70c0c9db9c5f82d9bc6be49b219e1f (patch)
tree1dc84940081d2248b8bfaf8cdc29f64fad5b6a7c
parentbc5364fbf1c6f04f1ab214b9ad35ba04dbbc7602 (diff)
downloadaniwatch-api-3e7f5eb37b70c0c9db9c5f82d9bc6be49b219e1f.tar.xz
aniwatch-api-3e7f5eb37b70c0c9db9c5f82d9bc6be49b219e1f.zip
chore(release): v1.12.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 6b9e59a..12e526b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+# [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))
+
+
+
# [1.11.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.10.1...v1.11.0) (2023-08-20)
@@ -32,12 +41,3 @@
-## [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))
-
-
-
diff --git a/package.json b/package.json
index 0e49a1f..1d5291a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "aniwatch-api",
- "version": "1.11.0",
+ "version": "1.12.0",
"description": "Node Express API for obtaining anime information from aniwatch",
"main": "ts-node src/server.ts",
"scripts": {