Skip to content

Commit 64b13c6

Browse files
author
GitHub Release Bot
committed
Release 1.1.0
1 parent 62fac7f commit 64b13c6

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

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

1214
- `useConstructor` hook using state instead of ref for React 19 compatibility.
1315

1416
### Added
1517

1618
- `useConstructor` hook that executes a provided callback only once during the component's lifecycle, similar to a constructor.
19+
20+
[unreleased]: https://github.com/neolution-ch/react-utils/compare/1.1.0...HEAD
21+
[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.0.0",
3+
"version": "1.1.0",
44
"description": "todo @drebrez",
55
"homepage": "https://neolution-ch.github.io/react-utils",
66
"repository": {

0 commit comments

Comments
 (0)