Skip to content

Commit 2eaa62b

Browse files
author
Adrianmjim
committed
chore(release): 1.0.1
1 parent c1b603a commit 2eaa62b

File tree

6 files changed

+7
-5
lines changed

6 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
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.
44

5+
### 1.0.1 (2023-11-07)
6+
57
## 1.0.0 (2023-11-07)
68

79

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@
3838
"lint-staged": "15.0.2",
3939
"turbo": "1.10.16"
4040
},
41-
"version": "1.0.0"
41+
"version": "1.0.1"
4242
}

packages/api-graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nestjs-api-example/api-graphql",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "meow meow meow",
55
"author": "Adrián Martínez Jiménez <[email protected]>",
66
"homepage": "https://github.com/Adrianmjim/nestjs-api-example#readme",

packages/api-grpc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nestjs-api-example/api-grpc",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "meow meow meow",
55
"author": "Adrián Martínez Jiménez <[email protected]>",
66
"homepage": "https://github.com/Adrianmjim/nestjs-api-example#readme",

packages/api-rest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nestjs-api-example/api-rest",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "meow meow meow",
55
"author": "Adrián Martínez Jiménez <[email protected]>",
66
"homepage": "https://github.com/Adrianmjim/nestjs-api-example#readme",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nestjs-api-example/core",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "meow meow meow",
55
"author": "Adrián Martínez Jiménez <[email protected]>",
66
"homepage": "https://github.com/Adrianmjim/nestjs-api-example#readme",

0 commit comments

Comments
 (0)