Skip to content

Commit

Permalink
chore(packages): release
Browse files Browse the repository at this point in the history
  • Loading branch information
Algoan Bot committed Dec 26, 2023
1 parent 9cfc61d commit cb274f4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions packages/class-transformers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.1.0 (2023-12-26)


### Features

* **class-transformers:** add the EnumFallback decorator ([c895953](https://github.com/algoan/nestjs-components/commit/c895953255334c54ff4085a4bb6c562d22f76626))
* **class-transformers:** expose internal class-transformers package ([7213b43](https://github.com/algoan/nestjs-components/commit/7213b435afeb96bb7180bbbc6e934495bd70c8cf))
* **class-transformers:** support array for EnumFallback decorator ([6d649d5](https://github.com/algoan/nestjs-components/commit/6d649d5366936eb05c1b00ae3c89187f63536522))
2 changes: 1 addition & 1 deletion packages/class-transformers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@algoan/nestjs-class-transformers",
"version": "1.0.0",
"version": "1.1.0",
"description": "Class transformers for NestJS",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down

0 comments on commit cb274f4

Please sign in to comment.