Skip to content

Commit 2ae9a93

Browse files
author
GitHub Release Bot
committed
Release 1.1.1
1 parent f2a6c72 commit 2ae9a93

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.1.1] - 2026-03-06
11+
1012
### Fixed
1113

1214
- types resolutions.
@@ -21,5 +23,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2123

2224
- `useConstructor` hook that executes a provided callback only once during the component's lifecycle, similar to a constructor.
2325

24-
[unreleased]: https://github.com/neolution-ch/react-utils/compare/1.1.0...HEAD
26+
[unreleased]: https://github.com/neolution-ch/react-utils/compare/1.1.1...HEAD
27+
[1.1.1]: https://github.com/neolution-ch/react-utils/compare/1.1.0...1.1.1
2528
[1.1.0]: https://github.com/neolution-ch/react-utils/compare/1.1.0-rc.0...1.1.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@neolution-ch/react-utils",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "todo @drebrez",
55
"homepage": "https://neolution-ch.github.io/react-utils",
66
"repository": {

0 commit comments

Comments
 (0)