Skip to content

Commit a9d287c

Browse files
committed
2 parents 49fc1f9 + 228443d commit a9d287c

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4+
5+
## 1.0.0 (2023-11-07)
6+
7+
8+
### Features
9+
10+
* **ci:** Add create release to ci ([bcb3932](https://github.com/Adrianmjim/nestjs-api-example/commit/bcb3932e699732b2c8be68cd9e33ad7bc149374a))

packages/api-grpc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"ts-jest": "29.1.1",
4444
"ts-node": "10.9.1",
4545
"typescript": "5.2.2"
46-
},
46+
},
4747
"scripts": {
4848
"build": "tsc --build tsconfig.json",
4949
"build:clean": "rimraf lib",

packages/api-rest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"ts-jest": "29.1.1",
4545
"ts-node": "10.9.1",
4646
"typescript": "5.2.2"
47-
},
47+
},
4848
"scripts": {
4949
"build": "tsc --build tsconfig.json",
5050
"build:clean": "rimraf lib",

0 commit comments

Comments
 (0)