Skip to content
This repository was archived by the owner on Jun 25, 2024. It is now read-only.

Commit 57a08da

Browse files
committed
chore: release v0.4.2
1 parent 83d76fa commit 57a08da

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11

22

3+
## [0.4.2](https://github.com/CyanSalt/vue-template-compiler-compat/compare/v0.4.1...v0.4.2) (2024-06-24)
4+
5+
6+
### Bug Fixes
7+
8+
* attrs transformation ([7e49019](https://github.com/CyanSalt/vue-template-compiler-compat/commit/7e49019e557d73d802633e26effa7d4709e71b8b))
9+
* conflict between modules ([83d76fa](https://github.com/CyanSalt/vue-template-compiler-compat/commit/83d76fad127e11f5e2ed3fab1d562e0f79fc37b7))
10+
* dedupe ([58296e4](https://github.com/CyanSalt/vue-template-compiler-compat/commit/58296e4568719e29ae0ee90c2d046f2bb7679f13))
11+
312
## [0.4.1](https://github.com/CyanSalt/vue-template-compiler-compat/compare/v0.4.0...v0.4.1) (2024-06-24)
413

514

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-template-compiler-compat",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "Provide compatibility for Vue 2 template compiler",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)