Skip to content

Commit 6b223b0

Browse files
committed
Merge branch 'master' of github.com:mikemajesty/nestjs-microservice-boilerplate-api
2 parents a7736f8 + 88cc046 commit 6b223b0

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.3.0](https://github.com/mikemajesty/nestjs-microservice-boilerplate-api/compare/v1.2.0...v1.3.0) (2025-03-05)
2+
3+
4+
### Features
5+
6+
* **deps:** change tag name ([06e5c84](https://github.com/mikemajesty/nestjs-microservice-boilerplate-api/commit/06e5c84d76421294a1c73fef12661002ff29feb7))
7+
18
# [1.2.0](https://github.com/mikemajesty/nestjs-microservice-boilerplate-api/compare/v1.1.0...v1.2.0) (2025-03-05)
29

310

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": "3.0.5",
3+
"version": "1.3.0",
44
"description": "NestJs boilerplate api",
55
"author": "[email protected]",
66
"private": true,
@@ -145,4 +145,4 @@
145145
"ts-node": "^10.9.2",
146146
"tsconfig-paths": "4.2.0"
147147
}
148-
}
148+
}

0 commit comments

Comments
 (0)