Skip to content

Commit

Permalink
chore(release): server-v1.12.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.12.0](server-v1.11.1...server-v1.12.0) (2024-12-29)

### Features

* Automatic date conversion by user's time zone in "NestJS" application, as well as date input and display in "Angular" application (2024-12-29) ([ac8ce1e](ac8ce1e))
  • Loading branch information
semantic-release-bot committed Dec 29, 2024
1 parent 27f6ffa commit ea74dcf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions apps/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# [1.12.0](https://github.com/nestjs-mod/nestjs-mod-fullstack/compare/server-v1.11.1...server-v1.12.0) (2024-12-29)

### Features

- Automatic date conversion by user's time zone in "NestJS" application, as well as date input and display in "Angular" application (2024-12-29) ([ac8ce1e](https://github.com/nestjs-mod/nestjs-mod-fullstack/commit/ac8ce1e94a24f912f73c5eb1950458ebc77c12d4))

## [1.11.1](https://github.com/nestjs-mod/nestjs-mod-fullstack/compare/server-v1.11.0...server-v1.11.1) (2024-12-15)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions apps/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "server",
"version": "1.11.1",
"version": "1.12.0",
"private": true,
"scripts": {},
"dependencies": {
Expand All @@ -18,4 +18,4 @@
"testsScripts": [
"test:server"
]
}
}

0 comments on commit ea74dcf

Please sign in to comment.