diff --git a/CHANGELOG.md b/CHANGELOG.md index f245a163..cc8ab2aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [4.0.2](https://github.com/vuejs/repl/compare/v4.0.1...v4.0.2) (2024-02-10) + + +### Bug Fixes + +* respect vue version at initialization ([ef22052](https://github.com/vuejs/repl/commit/ef22052055590dbbe6e85e26ce368938b0c93266)) + + + ## [4.0.1](https://github.com/vuejs/repl/compare/v4.0.0...v4.0.1) (2024-02-10) diff --git a/package.json b/package.json index e30657b9..f7999842 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vue/repl", - "version": "4.0.1", + "version": "4.0.2", "description": "Vue component for editing Vue components", "packageManager": "pnpm@8.15.1", "type": "module",