Skip to content

Commit

Permalink
version release 2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
vlio20 committed Aug 11, 2024
1 parent 995d450 commit 4e3bc7c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log
All notable changes to this project will be documented in this file.

## [2.0.9] - 2024-08-11

### Fixed
- Fix delegate default serialization with many args [165](https://github.com/vlio20/utils-decorators/pull/165) closes [#166](https://github.com/vlio20/utils-decorators/issues/166) - Kudos to [masoud-msk](https://github.com/masoud-msk) for reporting and fixing.

## [2.0.8] - 2023-12-23

### Enchantments
Expand Down
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "utils-decorators",
"version": "2.0.8",
"version": "2.0.9",
"description": "decorators for reducing repetitive code",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down

0 comments on commit 4e3bc7c

Please sign in to comment.