diff options
| author | Conventional Changelog Action <[email protected]> | 2023-08-20 08:07:18 +0000 |
|---|---|---|
| committer | Conventional Changelog Action <[email protected]> | 2023-08-20 08:07:18 +0000 |
| commit | fa2c50918b36633d88ee2588758547144a7bc295 (patch) | |
| tree | 1d620ffa6f00dd262fb5539051e9ca635d4206ae | |
| parent | 704c8a3e518f8251f4c343fe6079d57b982c2c8b (diff) | |
| download | aniwatch-api-fa2c50918b36633d88ee2588758547144a7bc295.tar.xz aniwatch-api-fa2c50918b36633d88ee2588758547144a7bc295.zip | |
chore(release): v1.11.0 [skip ci]
| -rw-r--r-- | CHANGELOG.md | 29 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 13 insertions, 18 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e50fc6b..6b9e59a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) - - - diff --git a/package.json b/package.json index d992cb2..0e49a1f 100644 --- a/package.json +++ b/package.json @@ -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": { |
