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

This commit is contained in:
Conventional Changelog Action
2023-08-20 08:07:18 +00:00
parent 704c8a3e51
commit fa2c50918b
2 changed files with 13 additions and 18 deletions
+12 -17
View File
@@ -1,3 +1,15 @@
# [1.11.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.10.1...v1.11.0) (2023-08-20)
### Features
* **cors:** added cors config ([eff3f34](https://github.com/ghoshRitesh12/aniwatch-api/commit/eff3f3408bb8c20a66a3e8b47561f6fd8260a17d))
* **cors:** added cors pkg ([9470655](https://github.com/ghoshRitesh12/aniwatch-api/commit/9470655d4b67fcd6f21d31c57575c0681760a724))
* **cors:** using cors config ([ca60147](https://github.com/ghoshRitesh12/aniwatch-api/commit/ca60147a88f7f616e5371190259ffc9296c52ac2))
* **docker:** added docker multi stage build ([704c8a3](https://github.com/ghoshRitesh12/aniwatch-api/commit/704c8a3e518f8251f4c343fe6079d57b982c2c8b))
## [1.10.1](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.10.0...v1.10.1) (2023-08-19)
@@ -29,20 +41,3 @@
# [1.9.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.8.0...v1.9.0) (2023-08-19)
### Bug Fixes
* **healthcheck:** fixed `/health` route response status ([5f2759b](https://github.com/ghoshRitesh12/aniwatch-api/commit/5f2759baf6f68d8831aad126e903bf0a6b44235a))
### Features
* added `healthcheck` script ([0791724](https://github.com/ghoshRitesh12/aniwatch-api/commit/0791724a9fa4e73d28867acaafe59d466be1fa4a))
* **docker:** added `.dockerignore` file ([ace29d6](https://github.com/ghoshRitesh12/aniwatch-api/commit/ace29d6c2bdbdb756ae2ed674e0e817f0aa0be5e))
* **docker:** added `Dockerfile` file ([a8da974](https://github.com/ghoshRitesh12/aniwatch-api/commit/a8da9745229c40fb7ca77a719f9da9809228bedf))
* **healthcheck:** added `/health` route ([3aff3e4](https://github.com/ghoshRitesh12/aniwatch-api/commit/3aff3e4a7d8efdc55fcbcb89d29f45ce48fd2e0d))
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "aniwatch-api",
"version": "1.10.1",
"version": "1.11.0",
"description": "Node Express API for obtaining anime information from aniwatch",
"main": "ts-node src/server.ts",
"scripts": {