Skip to content

Commit

Permalink
chore(release): client-v1.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.1](client-v1.0.0...client-v1.0.1) (2024-09-17)

### Bug Fixes

* disable parallel run sem ver, add private=true to libs ([c4664e3](c4664e3))
  • Loading branch information
semantic-release-bot committed Sep 17, 2024
1 parent a228ce0 commit 0841013
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions apps/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [1.0.1](https://github.com/nestjs-mod/nestjs-mod-fullstack/compare/client-v1.0.0...client-v1.0.1) (2024-09-17)

### Bug Fixes

- disable parallel run sem ver, add private=true to libs ([c4664e3](https://github.com/nestjs-mod/nestjs-mod-fullstack/commit/c4664e3c7934c3fae98ce3c0693de3964c6da8d8))

# 1.0.0 (2024-09-17)

### Features
Expand Down
2 changes: 1 addition & 1 deletion apps/client/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "client",
"version": "1.0.0",
"version": "1.0.1",
"private": true
}

0 comments on commit 0841013

Please sign in to comment.