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.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanSalt committed Dec 13, 2021
1 parent ba59792 commit 071b7e0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
## [0.2.0](https://github.com/CyanSalt/vue-template-compiler-compat/compare/v0.1.0...v0.2.0) (2021-12-13)


### Features

* add operator and _babel modules ([adc7725](https://github.com/CyanSalt/vue-template-compiler-compat/commit/adc7725c54c0040ed907a6b3d114b5dc1af11ff3))
* transform syntax with esbuild ([4d91688](https://github.com/CyanSalt/vue-template-compiler-compat/commit/4d916882a8cb8655c0a05769990bf58ae2fc589d))

## 0.1.0 (2021-12-03)


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.1.0",
"version": "0.2.0",
"description": "Provide compatibility for Vue 2 template compiler",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 071b7e0

Please sign in to comment.