Skip to content

Commit

Permalink
chore(release): server-v1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2024-09-16)

### Features

* Accelerate deployment by using public GitHub runners and creating intermediate Docker images (2024-09-08) ([#2](#2)) ([6270feb](6270feb))
* Adding Swagger documentation to the NestJS-mod application and generating a REST client for the Angular application (2024-08-14) ([0353b23](0353b23))
* Adding the Postgres database to the project and running migrations via Flyway for the NestJS-mod application (2024-08-11) ([4661c2f](4661c2f))
* append posts about changes ([f8ca66f](f8ca66f))
* Build applications on NestJS and Angular and run them in two versions: via PM2 and via Docker Compose (2024-08-20) ([d97b412](d97b412))
* Connecting PrismaORM to the NestJS-mod application and checking its operation via REST (2024-08-13) ([a8b7f6a](a8b7f6a))
* Creating an empty Angular project and linking it to an existing server on NestJS (2024-08-09) ([32bcd11](32bcd11))
* Creating an empty project using NestJS mod (2024-08-08) ([5fab437](5fab437))
* Installing Kubernetes via MicroK8s and configuring the deployment of NestJS and Angular applications (2024-09-13) ([#3](#3)) ([4b1c3c7](4b1c3c7))
* Manual deployment of NestJS and Angular applications on a dedicated server via "Docker Compose" and "PM2" (2024-08-22) ([b9715a2](b9715a2))
* Semantic versioning of NestJS and Angular applications in the NX monorepository (2024-09-16) ([e2dde23](e2dde23))
  • Loading branch information
semantic-release-bot committed Sep 16, 2024
1 parent ca5c4e9 commit 6bbbe79
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions apps/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# 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))
* append posts about changes ([f8ca66f](https://github.com/nestjs-mod/nestjs-mod-fullstack/commit/f8ca66f9301a0b6a0a149885973d47602e870a93))
* 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))
* Manual deployment of NestJS and Angular applications on a dedicated server via "Docker Compose" and "PM2" (2024-08-22) ([b9715a2](https://github.com/nestjs-mod/nestjs-mod-fullstack/commit/b9715a203364877a4ffae6e7cb3a1dff59ede6d6))
* 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))

0 comments on commit 6bbbe79

Please sign in to comment.