diff --git a/CHANGELOG.md b/CHANGELOG.md index 672bc66..3aa30a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +# [4.2.0](https://github.com/znck/rollup-plugin-vue/compare/v4.1.5...v4.2.0) (2018-05-25) + + +### Features + +* Use regex to filter .vue files ([1c77e2a](https://github.com/znck/rollup-plugin-vue/commit/1c77e2a)) + + + ## [4.1.5](https://github.com/znck/rollup-plugin-vue/compare/v4.1.4...v4.1.5) (2018-05-25) diff --git a/docs/globals.html b/docs/globals.html index 8deeff6..c571961 100644 --- a/docs/globals.html +++ b/docs/globals.html @@ -94,7 +94,7 @@
Optional blackListCu
blackListCustomBlocks: string[]
@@ -128,7 +128,7 @@ css: undefined | true | false
@@ -152,7 +152,7 @@ defaultLang: undefined | object
@@ -173,10 +173,10 @@
exclude: undefined | string
+ exclude: Array<string | RegExp> | string | RegExp
@@ -193,10 +193,10 @@
include: undefined | string
+ include: Array<string | RegExp> | string | RegExp
@@ -216,7 +216,7 @@ normalizer: undefined | string
@@ -233,7 +233,7 @@ script: ScriptOptions
@@ -250,7 +250,7 @@ style: StyleOptions
@@ -267,7 +267,7 @@
@@ -284,7 +284,7 @@
Optional css
Optional defaultLang
Optional defaultLang
Optional exclude
-Optional exclude
Optional include
-Optional normalizer
Optional script
Optional style
Optional styleInjectorstyleInjector: undefined | string
Optional styleInjectorSSR
styleInjectorSSR: undefined | string
@@ -301,7 +301,7 @@ template: TemplateOptions
@@ -318,7 +318,7 @@
Optional template
Optional whiteListCu
whiteListCustomBlocks: string[]
diff --git a/package.json b/package.json
index fc7aa99..d26d611 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "rollup-plugin-vue",
- "version": "4.1.5",
+ "version": "4.2.0",
"description": "Roll .vue files",
"author": "Rahul Kadyan
", "bugs": {