From ca5c4e98f7143e0ad008c94e87616077b6f3bcbb Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 16 Sep 2024 07:16:24 +0000 Subject: [PATCH] chore(release): app-rest-sdk-v1.0.0 [skip ci] # 1.0.0 (2024-09-16) ### Features * Accelerate deployment by using public GitHub runners and creating intermediate Docker images (2024-09-08) ([#2](https://github.com/nestjs-mod/nestjs-mod-fullstack/issues/2)) ([6270feb](https://github.com/nestjs-mod/nestjs-mod-fullstack/commit/6270febc23d50100133897630c1476b30b7e8751)) * Adding Swagger documentation to the NestJS-mod application and generating a REST client for the Angular application (2024-08-14) ([0353b23](https://github.com/nestjs-mod/nestjs-mod-fullstack/commit/0353b23b1b65d1ff8e6e5f6185e235bbe05cf523)) * Adding the Postgres database to the project and running migrations via Flyway for the NestJS-mod application (2024-08-11) ([4661c2f](https://github.com/nestjs-mod/nestjs-mod-fullstack/commit/4661c2f29170568fdf62d3ba0dd4bf20a79a1afa)) * Build applications on NestJS and Angular and run them in two versions: via PM2 and via Docker Compose (2024-08-20) ([d97b412](https://github.com/nestjs-mod/nestjs-mod-fullstack/commit/d97b4121e910627e19fa55f01919557ae898dc42)) * Connecting PrismaORM to the NestJS-mod application and checking its operation via REST (2024-08-13) ([a8b7f6a](https://github.com/nestjs-mod/nestjs-mod-fullstack/commit/a8b7f6ae2660a21730860b384c30da9fc82e9238)) * Creating an empty Angular project and linking it to an existing server on NestJS (2024-08-09) ([32bcd11](https://github.com/nestjs-mod/nestjs-mod-fullstack/commit/32bcd1171985f5bd22e10b67c6b179807ef75cfc)) * Creating an empty project using NestJS mod (2024-08-08) ([5fab437](https://github.com/nestjs-mod/nestjs-mod-fullstack/commit/5fab437a5d4a9122aee021f3a49756419dc8dee2)) * Installing Kubernetes via MicroK8s and configuring the deployment of NestJS and Angular applications (2024-09-13) ([#3](https://github.com/nestjs-mod/nestjs-mod-fullstack/issues/3)) ([4b1c3c7](https://github.com/nestjs-mod/nestjs-mod-fullstack/commit/4b1c3c7d6bcb0b3bac479d5f414bbefd49aa5e87)) * Semantic versioning of NestJS and Angular applications in the NX monorepository (2024-09-16) ([e2dde23](https://github.com/nestjs-mod/nestjs-mod-fullstack/commit/e2dde23394fa545bf413452c7f7963dabce4753c)) --- libs/sdk/app-rest-sdk/CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 libs/sdk/app-rest-sdk/CHANGELOG.md diff --git a/libs/sdk/app-rest-sdk/CHANGELOG.md b/libs/sdk/app-rest-sdk/CHANGELOG.md new file mode 100644 index 00000000..92986e7e --- /dev/null +++ b/libs/sdk/app-rest-sdk/CHANGELOG.md @@ -0,0 +1,14 @@ +# 1.0.0 (2024-09-16) + + +### Features + +* Accelerate deployment by using public GitHub runners and creating intermediate Docker images (2024-09-08) ([#2](https://github.com/nestjs-mod/nestjs-mod-fullstack/issues/2)) ([6270feb](https://github.com/nestjs-mod/nestjs-mod-fullstack/commit/6270febc23d50100133897630c1476b30b7e8751)) +* Adding Swagger documentation to the NestJS-mod application and generating a REST client for the Angular application (2024-08-14) ([0353b23](https://github.com/nestjs-mod/nestjs-mod-fullstack/commit/0353b23b1b65d1ff8e6e5f6185e235bbe05cf523)) +* Adding the Postgres database to the project and running migrations via Flyway for the NestJS-mod application (2024-08-11) ([4661c2f](https://github.com/nestjs-mod/nestjs-mod-fullstack/commit/4661c2f29170568fdf62d3ba0dd4bf20a79a1afa)) +* Build applications on NestJS and Angular and run them in two versions: via PM2 and via Docker Compose (2024-08-20) ([d97b412](https://github.com/nestjs-mod/nestjs-mod-fullstack/commit/d97b4121e910627e19fa55f01919557ae898dc42)) +* Connecting PrismaORM to the NestJS-mod application and checking its operation via REST (2024-08-13) ([a8b7f6a](https://github.com/nestjs-mod/nestjs-mod-fullstack/commit/a8b7f6ae2660a21730860b384c30da9fc82e9238)) +* Creating an empty Angular project and linking it to an existing server on NestJS (2024-08-09) ([32bcd11](https://github.com/nestjs-mod/nestjs-mod-fullstack/commit/32bcd1171985f5bd22e10b67c6b179807ef75cfc)) +* Creating an empty project using NestJS mod (2024-08-08) ([5fab437](https://github.com/nestjs-mod/nestjs-mod-fullstack/commit/5fab437a5d4a9122aee021f3a49756419dc8dee2)) +* Installing Kubernetes via MicroK8s and configuring the deployment of NestJS and Angular applications (2024-09-13) ([#3](https://github.com/nestjs-mod/nestjs-mod-fullstack/issues/3)) ([4b1c3c7](https://github.com/nestjs-mod/nestjs-mod-fullstack/commit/4b1c3c7d6bcb0b3bac479d5f414bbefd49aa5e87)) +* Semantic versioning of NestJS and Angular applications in the NX monorepository (2024-09-16) ([e2dde23](https://github.com/nestjs-mod/nestjs-mod-fullstack/commit/e2dde23394fa545bf413452c7f7963dabce4753c))