diff --git a/CHANGELOG.md b/CHANGELOG.md index 42c107f..a090343 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [0.3.3](https://github.com/posva/vue-use-spring/compare/v0.3.2...v0.3.3) (2024-03-31) + +### Bug Fixes + +- var declaration ([2335afe](https://github.com/posva/vue-use-spring/commit/2335afea72fb8aa58fd978397c7e09865c2a1e87)) + ## [0.3.2](https://github.com/posva/vue-use-spring/compare/v0.3.1...v0.3.2) (2024-03-31) ### Bug Fixes diff --git a/package.json b/package.json index ea4d281..0833459 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vue-use-spring", "type": "module", - "version": "0.3.2", + "version": "0.3.3", "packageManager": "pnpm@8.15.5", "description": "Natural animations with springs", "main": "./dist/index.mjs",