From 65ed9e929f8063ccfbd16a6476bf412245474b6b Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Wed, 29 Nov 2023 16:04:59 +0000 Subject: [PATCH] chore(release): v1.18.3 [skip ci] --- CHANGELOG.md | 27 ++++----------------------- package.json | 2 +- 2 files changed, 5 insertions(+), 24 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cd4d93..c6c9f14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.18.3](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.18.2...v1.18.3) (2023-11-29) + + + ## [1.18.2](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.18.1...v1.18.2) (2023-11-29) @@ -25,26 +29,3 @@ -## [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)) - - - diff --git a/package.json b/package.json index d097aa9..0beec8c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aniwatch-api", - "version": "1.18.2", + "version": "1.18.3", "description": "Node Express API for obtaining anime information from aniwatch", "main": "ts-node src/server.ts", "type": "module",