diff --git a/CHANGELOG.md b/CHANGELOG.md index cc8ab2aa..8b697ebf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [4.1.0](https://github.com/vuejs/repl/compare/v4.0.2...v4.1.0) (2024-02-11) + + +### Features + +* add `previewTheme` prop ([c830fc4](https://github.com/vuejs/repl/commit/c830fc434a1781523af332d289957bc485f51a0b)) + + + ## [4.0.2](https://github.com/vuejs/repl/compare/v4.0.1...v4.0.2) (2024-02-10) diff --git a/package.json b/package.json index f7999842..bdf0b9f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vue/repl", - "version": "4.0.2", + "version": "4.1.0", "description": "Vue component for editing Vue components", "packageManager": "pnpm@8.15.1", "type": "module",