Skip to content

Commit

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

### Bug Fixes

* add "private": true to all new libraries ([cf619d9](cf619d9))
* update versions of libraries ([d28e785](d28e785))

### Features

* Adding lint-staged to NestJS and Angular applications, enabling frontend versioning for separate deployment in Kubernetes (2024-09-17) ([870c522](870c522))
* 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))
* 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 a configurable Webhook module for a NestJS application (2024-10-06) ([9f15399](9f15399))
* 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))
* Semantic versioning of NestJS and Angular applications in the NX monorepository (2024-09-16) ([e2dde23](e2dde23))
  • Loading branch information
semantic-release-bot committed Oct 6, 2024
1 parent 8a09774 commit 0b85b9f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions libs/feature/webhook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# 1.0.0 (2024-10-06)

### Bug Fixes

- add "private": true to all new libraries ([cf619d9](https://github.com/nestjs-mod/nestjs-mod-fullstack/commit/cf619d95e4027fa0ac5fc61668e65ae0c0d07f52))
- update versions of libraries ([d28e785](https://github.com/nestjs-mod/nestjs-mod-fullstack/commit/d28e785321d5389368618ab840b3f56b65989580))

### Features

- Adding lint-staged to NestJS and Angular applications, enabling frontend versioning for separate deployment in Kubernetes (2024-09-17) ([870c522](https://github.com/nestjs-mod/nestjs-mod-fullstack/commit/870c5227f026d70cf81072fe9a40b83d4e32c0b0))
- 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 a configurable Webhook module for a NestJS application (2024-10-06) ([9f15399](https://github.com/nestjs-mod/nestjs-mod-fullstack/commit/9f1539978321075aa969d653356d7fecd2ad03df))
- 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))
2 changes: 1 addition & 1 deletion libs/feature/webhook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestjs-mod-fullstack/webhook",
"version": "0.0.1",
"version": "1.0.0",
"private": true,
"dependencies": {
"tslib": "^2.3.0"
Expand Down

0 comments on commit 0b85b9f

Please sign in to comment.