Skip to content

Commit

Permalink
chore(release): client-v1.4.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.4.1](client-v1.4.0...client-v1.4.1) (2024-11-15)

### Bug Fixes

* bump nestjs libraries version ([4ff301f](4ff301f))
* remove use ImageFileComponent in AuthProfileFormComponent ([0bae002](0bae002))
* update nx version ([7a485f7](7a485f7))
  • Loading branch information
semantic-release-bot committed Nov 15, 2024
1 parent a4a4662 commit c077c20
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions apps/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.4.1](https://github.com/nestjs-mod/nestjs-mod-fullstack/compare/client-v1.4.0...client-v1.4.1) (2024-11-15)

### Bug Fixes

- bump nestjs libraries version ([4ff301f](https://github.com/nestjs-mod/nestjs-mod-fullstack/commit/4ff301f694a3849f72cdd1d9cf0338926817abdc))
- remove use ImageFileComponent in AuthProfileFormComponent ([0bae002](https://github.com/nestjs-mod/nestjs-mod-fullstack/commit/0bae002ca2e31fc11d3c910599c45a39b5fe995a))
- update nx version ([7a485f7](https://github.com/nestjs-mod/nestjs-mod-fullstack/commit/7a485f72661d8252937fd7b6190f0191aa90dc92))

# [1.4.0](https://github.com/nestjs-mod/nestjs-mod-fullstack/compare/client-v1.3.2...client-v1.4.0) (2024-11-15)

### 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.4.0",
"version": "1.4.1",
"private": true
}

0 comments on commit c077c20

Please sign in to comment.