Skip to content

Commit 78c12b4

Browse files
committed
Publish v0.6.0
1 parent 9e272d3 commit 78c12b4

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [0.6.0](https://github.com/react-restart/hooks/compare/v0.5.1...v0.6.0) (2025-01-07)
2+
3+
4+
* build!: Update build, export real ESM (#100) ([9e272d3](https://github.com/react-restart/hooks/commit/9e272d3c5e89c7cd6547c6c66afac6b800b6c7ff)), closes [#100](https://github.com/react-restart/hooks/issues/100)
5+
6+
7+
### BREAKING CHANGES
8+
9+
* exports native esm modules and removes the index file in favor of sub imports
10+
11+
12+
13+
14+
115
## [0.5.1](https://github.com/jquense/react-common-hooks/compare/v0.5.0...v0.5.1) (2025-01-02)
216

317

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@restart/hooks",
3-
"version": "0.5.1",
3+
"version": "0.6.0",
44
"type": "module",
55
"exports": {
66
"./*": {

0 commit comments

Comments
 (0)