Skip to content

Commit 2fca444

Browse files
committed
chore(release): 4.4.0 [skip ci]
1 parent 43d4a06 commit 2fca444

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [4.4.0](https://github.com/qiwi/decorator-utils/compare/v4.3.0...v4.4.0) (2023-03-14)
2+
3+
### Fixes & improvements
4+
* fix: avoid multiple initializer invocation ([43d4a06](https://github.com/qiwi/decorator-utils/commit/43d4a066b39046785673cf2ac5d0daa6c89c8838))
5+
6+
### Features
7+
* feat: introduce `repeatable` option ([a207868](https://github.com/qiwi/decorator-utils/commit/a207868f621f637db8263817e3f3eb3b13a381b6))
8+
19
## [4.3.0](https://github.com/qiwi/decorator-utils/compare/v4.2.0...v4.3.0) (2023-03-10)
210

311
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@qiwi/decorator-utils",
33
"alias": "@qiwi/decorator-utils",
4-
"version": "4.3.0",
4+
"version": "4.4.0",
55
"publishConfig": {
66
"access": "public"
77
},

0 commit comments

Comments
 (0)