Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
chore: release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanSalt committed Feb 9, 2022
1 parent 21f3f6e commit 33b27f4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,15 @@
## [0.3.0](https://github.com/CyanSalt/vue-template-compiler-compat/compare/v0.2.1...v0.3.0) (2022-02-09)


### Features

* export `createCompatModule` ([21f3f6e](https://github.com/CyanSalt/vue-template-compiler-compat/commit/21f3f6eed234410ce8811e8bcf1b06d808ce0332))


### Bug Fixes

* auto check esbuild or babel by default ([de7527b](https://github.com/CyanSalt/vue-template-compiler-compat/commit/de7527b3699d2a3cc92ac4c7a9831829044ac796))

### [0.2.1](https://github.com/CyanSalt/vue-template-compiler-compat/compare/v0.2.0...v0.2.1) (2021-12-13)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "vue-template-compiler-compat",
"version": "0.2.1",
"version": "0.3.0",
"description": "Provide compatibility for Vue 2 template compiler",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 33b27f4

Please sign in to comment.