We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43d4a06 commit 2fca444Copy full SHA for 2fca444
2 files changed
CHANGELOG.md
@@ -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
9
## [4.3.0](https://github.com/qiwi/decorator-utils/compare/v4.2.0...v4.3.0) (2023-03-10)
10
11
### Features
package.json
@@ -1,7 +1,7 @@
{
"name": "@qiwi/decorator-utils",
"alias": "@qiwi/decorator-utils",
- "version": "4.3.0",
+ "version": "4.4.0",
"publishConfig": {
"access": "public"
},
0 commit comments