diff --git a/CHANGELOG.md b/CHANGELOG.md index 075de18..9a3bdaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## v0.1.10 + +[compare changes](https://github.com/ChrisGV04/cgvweb-ui/compare/v0.1.9...v0.1.10) + +### 🩹 Fixes + +- Fix destructuring props removing reactivity ([7fd1f81](https://github.com/ChrisGV04/cgvweb-ui/commit/7fd1f81)) + +### 🏡 Chore + +- **release:** V0.1.9 ([6982d09](https://github.com/ChrisGV04/cgvweb-ui/commit/6982d09)) + +### ❤️ Contributors + +- Christian Gil + ## v0.1.9 [compare changes](https://github.com/ChrisGV04/cgvweb-ui/compare/v0.1.8...v0.1.9) diff --git a/package.json b/package.json index b894528..51fa228 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cgvweb/ui", - "version": "0.1.9", + "version": "0.1.10", "repository": "https://github.com/ChrisGV04/cgvweb-ui", "license": "MIT", "type": "module",