Skip to content

Commit 5c00dd3

Browse files
chore(release): 1.3.0 [skip ci]
1 parent 29c8978 commit 5c00dd3

File tree

3 files changed

+22
-14
lines changed

3 files changed

+22
-14
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [1.3.0](https://github.com/mikemajesty/nestjs-microservice-boilerplate-api/compare/v1.2.0-production...v1.3.0-production) (2025-03-08)
2+
3+
4+
### Features
5+
6+
* **config:** add artillery config ([29c8978](https://github.com/mikemajesty/nestjs-microservice-boilerplate-api/commit/29c89783e63eb66f1b81c30ef1f9e52dc4ccc5fa))
7+
* **config:** add artillery config ([a0ed227](https://github.com/mikemajesty/nestjs-microservice-boilerplate-api/commit/a0ed2275844fa549f294c7dec250fadfc3e396c8))
8+
19
# [1.2.0](https://github.com/mikemajesty/nestjs-microservice-boilerplate-api/compare/v1.1.0-production...v1.2.0-production) (2025-03-08)
210

311

package-lock.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nestjs-boilerplate-microservice-api",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "NestJs boilerplate api",
55
"author": "[email protected]",
66
"private": true,
@@ -146,4 +146,4 @@
146146
"ts-node": "^10.9.2",
147147
"tsconfig-paths": "4.2.0"
148148
}
149-
}
149+
}

0 commit comments

Comments
 (0)