From f2a47e300304ed8754c5c33937143e8af1a07caf Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Wed, 22 Nov 2023 08:28:47 +0000 Subject: [PATCH] chore(release): v1.17.4 [skip ci] --- CHANGELOG.md | 34 +++++++++++++++++++++++----------- package.json | 2 +- 2 files changed, 24 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d989a24..40ad3e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ +## [1.17.4](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.17.3...v1.17.4) (2023-11-22) + + +### Bug Fixes + +* **#5:** update secret key fetch url ([5f4f7fa](https://github.com/ghoshRitesh12/aniwatch-api/commit/5f4f7faf7eb8a87d05dc852766dd65c14e7d4390)), closes [#5](https://github.com/ghoshRitesh12/aniwatch-api/issues/5) +* **ts:** add strict file & type imports ([087c1ba](https://github.com/ghoshRitesh12/aniwatch-api/commit/087c1bada118abf4de00d0ba104f863c350856e5)) +* **ts:** add strict file & type imports ([03b3550](https://github.com/ghoshRitesh12/aniwatch-api/commit/03b3550b49fa0e0038c7d7d8c84f1bb3acc33bb6)) +* **ts:** add strict file & type imports ([5d2b272](https://github.com/ghoshRitesh12/aniwatch-api/commit/5d2b27270ccc617777cfd8966348d6b04bd253e8)) +* **ts:** add strict file & type imports ([1f3b98f](https://github.com/ghoshRitesh12/aniwatch-api/commit/1f3b98f19142243f942dead64f8dad3fa87d9546)) +* **ts:** add strict file & type imports ([f5510aa](https://github.com/ghoshRitesh12/aniwatch-api/commit/f5510aa6dbf421c4b190d5c3be2a8c21f072f820)) +* **ts:** add strict file & type imports ([a768165](https://github.com/ghoshRitesh12/aniwatch-api/commit/a7681655aa65c1248dabb85e24ef2421ab39fd62)) +* **ts:** add strict file & type imports ([3a41455](https://github.com/ghoshRitesh12/aniwatch-api/commit/3a414555f2e05c82248b70633b9377b18dbd9e61)) +* **ts:** add strict file imports ([2cb44a6](https://github.com/ghoshRitesh12/aniwatch-api/commit/2cb44a6c7515d3fa4a7c753f4135b961145021d5)) +* **ts:** add strict file imports ([bee4436](https://github.com/ghoshRitesh12/aniwatch-api/commit/bee44369f1cd5c0aa84c16a6320e146c171afb16)) +* **ts:** add strict file imports ([9ece100](https://github.com/ghoshRitesh12/aniwatch-api/commit/9ece1000d6794f74695771d714130b3c98f7e83a)) +* **ts:** add strict file imports ([cbfba10](https://github.com/ghoshRitesh12/aniwatch-api/commit/cbfba10a56b62eb80e005080578137a6563d4086)) +* **ts:** add strict file imports ([f9646c2](https://github.com/ghoshRitesh12/aniwatch-api/commit/f9646c2bf8cea3c03214a7c926de776b9ab8f76d)) +* **ts:** controller file imports ([784a585](https://github.com/ghoshRitesh12/aniwatch-api/commit/784a5850a6f305718c53a19ce1eb9391cf478373)) +* **ts:** file import types & static folder path ([f8e27d7](https://github.com/ghoshRitesh12/aniwatch-api/commit/f8e27d77d20f6c1f727785377bec6839d943abff)) + + + ## [1.17.3](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.17.2...v1.17.3) (2023-09-27) @@ -24,14 +47,3 @@ -# [1.16.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.15.1...v1.16.0) (2023-09-10) - - -### Features - -* add `robots.txt` ([de34e7a](https://github.com/ghoshRitesh12/aniwatch-api/commit/de34e7ae57e0454592be7cce15e49327a9183f00)) -* updated `ratelimit` config ([6ebee63](https://github.com/ghoshRitesh12/aniwatch-api/commit/6ebee632d7e894b31f7e1fc8aece4b9e8456542a)) -* updated home page view ([ed64499](https://github.com/ghoshRitesh12/aniwatch-api/commit/ed6449909433e0a7489a653688eaf8558f7f0962)) - - - diff --git a/package.json b/package.json index c022118..2b2fcb6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aniwatch-api", - "version": "1.17.3", + "version": "1.17.4", "description": "Node Express API for obtaining anime information from aniwatch", "main": "ts-node src/server.ts", "type": "module",