Skip to content

Commit 77d7baf

Browse files
committed
v1.8.1
1 parent ef60cf7 commit 77d7baf

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [1.8.0](https://github.com/underfin/vite-plugin-vue2/compare/v1.2.2...v1.8.0) (2021-08-09)
1+
## [1.8.1](https://github.com/underfin/vite-plugin-vue2/compare/v1.2.2...v1.8.1) (2021-08-15)
22

33

44
### Bug Fixes
@@ -33,6 +33,7 @@
3333
### Features
3434

3535
* add `vueTemplateCompiler` option ([3274c05](https://github.com/underfin/vite-plugin-vue2/commit/3274c05b3c5300282adbc3a9eb0375b8746e9f06)), closes [#76](https://github.com/underfin/vite-plugin-vue2/issues/76)
36+
* add allowDeclareFields for babel ts option ([#120](https://github.com/underfin/vite-plugin-vue2/issues/120)) ([798953a](https://github.com/underfin/vite-plugin-vue2/commit/798953af7b273c8d31677632c94c7e1252c956ff))
3637
* default compilerOptions: whitespace: 'condense' ([#62](https://github.com/underfin/vite-plugin-vue2/issues/62)) ([ab62cce](https://github.com/underfin/vite-plugin-vue2/commit/ab62cce0569db1bd655816d828f4000faad310dd))
3738
* import vue file as raw correctly ([#72](https://github.com/underfin/vite-plugin-vue2/issues/72)) ([175beb3](https://github.com/underfin/vite-plugin-vue2/commit/175beb3acc0a776c30be14e72ae3da4670326a0e))
3839
* improve codegen compat, use var __component__ insteadof var component ([#115](https://github.com/underfin/vite-plugin-vue2/issues/115)) ([77d3cac](https://github.com/underfin/vite-plugin-vue2/commit/77d3cac77afdd180ea3c4d46d261d388075096c3))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vite-plugin-vue2",
3-
"version": "1.8.0",
3+
"version": "1.8.1",
44
"description": "Vite plugin for Vue2",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)