From 28044e9c262cf8b2f66433619d41e5b55baf4d1c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 02:47:29 +0000 Subject: [PATCH] chore(main): release 0.7.0 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bbbca6..7840b47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.7.0](https://github.com/hlysine/reactive/compare/v0.6.2...v0.7.0) (2023-06-12) + + +### ⚠ BREAKING CHANGES + +* separate makeReactive and makeReactiveHook to support hook parameters + +### Bug Fixes + +* separate makeReactive and makeReactiveHook to support hook parameters ([4f63c0e](https://github.com/hlysine/reactive/commit/4f63c0e8bbadbde17937a6d1467e954b1b01db09)) + ## [0.6.2](https://github.com/hlysine/reactive/compare/v0.6.1...v0.6.2) (2023-06-11) diff --git a/package.json b/package.json index ecab160..abc16a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hlysine/reactive", - "version": "0.6.2", + "version": "0.7.0", "keywords": [ "react", "reactive",