From e3d1b9f689399c4d0fa8214d835fdbcfadc8d610 Mon Sep 17 00:00:00 2001 From: Evan You Date: Fri, 26 Apr 2024 09:20:05 +0800 Subject: [PATCH] chore: release v4.1.2 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd0a14ed..fc50a1a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [4.1.2](https://github.com/vuejs/repl/compare/v4.1.1...v4.1.2) (2024-04-26) + + +### Bug Fixes + +* dynamic import ([#213](https://github.com/vuejs/repl/issues/213)) ([bb6f1fe](https://github.com/vuejs/repl/commit/bb6f1fe8599f1a11cd1b8aa40a630bea09d2b577)) +* fix file rename breaking ([caace63](https://github.com/vuejs/repl/commit/caace639bde964323a253bdcd252a18869973a1d)) + + + ## [4.1.1](https://github.com/vuejs/repl/compare/v4.1.0...v4.1.1) (2024-02-14) diff --git a/package.json b/package.json index b86b20a5..f083baae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vue/repl", - "version": "4.1.1", + "version": "4.1.2", "description": "Vue component for editing Vue components", "packageManager": "pnpm@9.0.5", "type": "module",