Skip to content

Commit

Permalink
chore(🤖): 8.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [8.1.1](v8.1.0...v8.1.1) (2022-08-17)

### Bug Fixes

* unpack the previous validation decorator ([2512ee5](2512ee5))
  • Loading branch information
semantic-release-bot committed Aug 17, 2022
1 parent 20273eb commit 648774b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [8.1.1](https://github.com/vodyani/class-decorator/compare/v8.1.0...v8.1.1) (2022-08-17)


### Bug Fixes

* unpack the previous validation decorator ([2512ee5](https://github.com/vodyani/class-decorator/commit/2512ee5eac46d185367180d956efb5e5d39f75ce))

## [8.1.1-beta.1](https://github.com/vodyani/class-decorator/compare/v8.1.0...v8.1.1-beta.1) (2022-08-17)


Expand Down
4 changes: 2 additions & 2 deletions 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,7 +1,7 @@
{
"name": "@vodyani/class-decorator",
"license": "MIT",
"version": "8.1.1-beta.1",
"version": "8.1.1",
"author": "ChoGathK",
"description": "🏭 class-decorator is an easy-to-use toolbox that provides class validation, conversion, and property binding functions",
"homepage": "https://github.com/vodyani/class-decorator#readme",
Expand Down

0 comments on commit 648774b

Please sign in to comment.