diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cb63f3..5cb118e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.1](https://github.com/hlysine/reactive/compare/v0.2.0...v0.2.1) (2023-05-21) + + +### Features + +* re-export reactive functions from @vue/reactivity ([1b6dc01](https://github.com/hlysine/reactive/commit/1b6dc0194e146e4cb8a339cd3b53bfa1599e9ba1)) + ## [0.2.0](https://github.com/hlysine/reactive/compare/v0.1.0...v0.2.0) (2023-05-21) diff --git a/package.json b/package.json index 30c2d87..caa8dbb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hlysine/reactive", - "version": "0.2.0", + "version": "0.2.1", "keywords": [ "react", "reactive",