Skip to content

Commit cb274f4

Browse files
author
Algoan Bot
committed
chore(packages): release
- @algoan/nestjs-class-transformers@1.1.0
1 parent 9cfc61d commit cb274f4

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## 1.1.0 (2023-12-26)
7+
8+
9+
### Features
10+
11+
* **class-transformers:** add the EnumFallback decorator ([c895953](https://github.com/algoan/nestjs-components/commit/c895953255334c54ff4085a4bb6c562d22f76626))
12+
* **class-transformers:** expose internal class-transformers package ([7213b43](https://github.com/algoan/nestjs-components/commit/7213b435afeb96bb7180bbbc6e934495bd70c8cf))
13+
* **class-transformers:** support array for EnumFallback decorator ([6d649d5](https://github.com/algoan/nestjs-components/commit/6d649d5366936eb05c1b00ae3c89187f63536522))

packages/class-transformers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@algoan/nestjs-class-transformers",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Class transformers for NestJS",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.ts",

0 commit comments

Comments
 (0)