From b8db23a71cc301ab1a757487fb7c05913d860526 Mon Sep 17 00:00:00 2001 From: Rahul Kadyan Date: Tue, 15 May 2018 19:06:05 +0530 Subject: [PATCH] chore(release): 4.1.4 --- CHANGELOG.md | 10 ++++++++++ docs/globals.html | 4 ++-- docs/interfaces/vuepluginoptions.html | 24 ++++++++++++------------ package.json | 2 +- 4 files changed, 25 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fff4cce..3231eed 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.1.4](https://github.com/znck/rollup-plugin-vue/compare/v4.1.3...v4.1.4) (2018-05-15) + + +### Bug Fixes + +* Use named import querystring module ([#199](https://github.com/znck/rollup-plugin-vue/issues/199)) ([b3d63f0](https://github.com/znck/rollup-plugin-vue/commit/b3d63f0)), closes [#198](https://github.com/znck/rollup-plugin-vue/issues/198) + + + ## [4.1.3](https://github.com/znck/rollup-plugin-vue/compare/v4.1.2...v4.1.3) (2018-05-12) diff --git a/docs/globals.html b/docs/globals.html index c1dabbf..7991498 100644 --- a/docs/globals.html +++ b/docs/globals.html @@ -94,7 +94,7 @@

Const hash

hash: any = require('hash-sum')
@@ -111,7 +111,7 @@

VuePlugin

  • diff --git a/docs/interfaces/vuepluginoptions.html b/docs/interfaces/vuepluginoptions.html index f5b077c..f800f97 100644 --- a/docs/interfaces/vuepluginoptions.html +++ b/docs/interfaces/vuepluginoptions.html @@ -104,7 +104,7 @@

    Optional blackListCu
    blackListCustomBlocks: string[]
    @@ -128,7 +128,7 @@

    Optional css

    css: undefined | true | false
    @@ -152,7 +152,7 @@

    Optional defaultLang

    defaultLang: undefined | object
    @@ -176,7 +176,7 @@

    Optional exclude

    exclude: undefined | string
    @@ -196,7 +196,7 @@

    Optional include

    include: undefined | string
    @@ -216,7 +216,7 @@

    Optional normalizer

    normalizer: undefined | string
    @@ -233,7 +233,7 @@

    Optional script

    script: ScriptOptions
    @@ -250,7 +250,7 @@

    Optional style

    style: StyleOptions
    @@ -267,7 +267,7 @@

    Optional styleInjectorstyleInjector: undefined | string

    @@ -284,7 +284,7 @@

    Optional styleInjectorSSR
    styleInjectorSSR: undefined | string
    @@ -301,7 +301,7 @@

    Optional template

    template: TemplateOptions
    @@ -318,7 +318,7 @@

    Optional whiteListCu
    whiteListCustomBlocks: string[]
    diff --git a/package.json b/package.json index 05c3391..169be1c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rollup-plugin-vue", - "version": "4.1.3", + "version": "4.1.4", "description": "Roll .vue files", "author": "Rahul Kadyan ", "bugs": {