aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConventional Changelog Action <[email protected]>2024-01-22 15:09:52 +0000
committerConventional Changelog Action <[email protected]>2024-01-22 15:09:52 +0000
commit01dd5cfb016a11ecb1e02c54d5fad42dcef70486 (patch)
treeff6f86f444da6626f8648ed083c7f2c2829b05a0
parent9f941f33dd7fb64b2a35e9d7f47f9ca4cd2613cb (diff)
downloadaniwatch-api-01dd5cfb016a11ecb1e02c54d5fad42dcef70486.tar.xz
aniwatch-api-01dd5cfb016a11ecb1e02c54d5fad42dcef70486.zip
chore(release): v1.22.0 [skip ci]
-rw-r--r--CHANGELOG.md14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 92f4376..70ae039 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,25 +1,25 @@
-## [1.21.4](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.21.3...v1.21.4) (2024-01-19)
+# [1.22.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.21.4...v1.22.0) (2024-01-22)
+### Features
-## [1.21.3](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.21.2...v1.21.3) (2024-01-07)
+* add render deployment config file ([a0cdb59](https://github.com/ghoshRitesh12/aniwatch-api/commit/a0cdb59f74d6f1994ba84faa6430933edb505182))
-## [1.21.2](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.21.1...v1.21.2) (2024-01-07)
+## [1.21.4](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.21.3...v1.21.4) (2024-01-19)
-## [1.21.1](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.21.0...v1.21.1) (2024-01-07)
+## [1.21.3](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.21.2...v1.21.3) (2024-01-07)
-# [1.21.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.20.2...v1.21.0) (2023-12-29)
+## [1.21.2](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.21.1...v1.21.2) (2024-01-07)
-### Features
-* add `malID` to episode srcs ([746e645](https://github.com/ghoshRitesh12/aniwatch-api/commit/746e645c2feb1ee7b7464f36d59522b1a2fe42bb))
+## [1.21.1](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.21.0...v1.21.1) (2024-01-07)
diff --git a/package.json b/package.json
index 5aa1fd6..93af63a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "aniwatch-api",
- "version": "1.21.4",
+ "version": "1.22.0",
"description": "Node Express API for obtaining anime information from aniwatch",
"main": "ts-node src/server.ts",
"type": "module",