Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
hlysine committed Jun 11, 2023
2 parents 7ed96b2 + d434b4b commit c339023
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.6.0](https://github.com/hlysine/reactive/compare/v0.5.0...v0.6.0) (2023-06-11)


### ⚠ BREAKING CHANGES

* introduce wrapped refs to fix useComputed

### Bug Fixes

* introduce wrapped refs to fix useComputed ([f1d7323](https://github.com/hlysine/reactive/commit/f1d7323c62054c3999affd1ac23853820d447665))

## [0.5.0](https://github.com/hlysine/reactive/compare/v0.4.7...v0.5.0) (2023-06-10)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hlysine/reactive",
"version": "0.5.0",
"version": "0.6.0",
"keywords": [
"react",
"reactive",
Expand Down

0 comments on commit c339023

Please sign in to comment.