From 6b2ebe391cebb06e48df8c1dcf6e5b7cbe5702b1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 20 Dec 2023 23:13:10 +0000 Subject: [PATCH] chore(release): 24.0.1 [skip ci] ## [24.0.1](https://github.com/react-hookz/web/compare/v24.0.0...v24.0.1) (2023-12-20) ### Bug Fixes * change build so development and distributed imports match ([6383cdd](https://github.com/react-hookz/web/commit/6383cdd5581d60aac3c0000686ebd4139eac6e65)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b45a47a21..fa9ca079a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [24.0.1](https://github.com/react-hookz/web/compare/v24.0.0...v24.0.1) (2023-12-20) + + +### Bug Fixes + +* change build so development and distributed imports match ([6383cdd](https://github.com/react-hookz/web/commit/6383cdd5581d60aac3c0000686ebd4139eac6e65)) + # [24.0.0](https://github.com/react-hookz/web/compare/v23.1.0...v24.0.0) (2023-12-20) diff --git a/package.json b/package.json index ba32fa0a1..aa9544dbe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-hookz/web", - "version": "24.0.0", + "version": "24.0.1", "description": "React hooks done right, for browser and SSR.", "keywords": [ "react",