diff --git a/CHANGELOG.md b/CHANGELOG.md index 77be4353..468d0d8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [3.1.1](https://github.com/vuejs/repl/compare/v3.1.0...v3.1.1) (2024-01-02) + + +### Bug Fixes + +* pass sfc template options to sfc parse ([d72dfdf](https://github.com/vuejs/repl/commit/d72dfdfd2e2670592c957616fcf4e694609912a0)) + + + # [3.1.0](https://github.com/vuejs/repl/compare/v3.0.1...v3.1.0) (2023-12-21) diff --git a/package.json b/package.json index a067ff0c..741d064c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vue/repl", - "version": "3.1.0", + "version": "3.1.1", "description": "Vue component for editing Vue components", "packageManager": "pnpm@8.12.1", "type": "module",