chore(release): v1.17.4 [skip ci]

This commit is contained in:
Conventional Changelog Action
2023-11-22 08:28:47 +00:00
parent 5f4f7faf7e
commit f2a47e3003
2 changed files with 24 additions and 12 deletions
+23 -11
View File
@@ -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) ## [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))
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "aniwatch-api", "name": "aniwatch-api",
"version": "1.17.3", "version": "1.17.4",
"description": "Node Express API for obtaining anime information from aniwatch", "description": "Node Express API for obtaining anime information from aniwatch",
"main": "ts-node src/server.ts", "main": "ts-node src/server.ts",
"type": "module", "type": "module",