From 77aadb76ef1d15ee0ee102c53db2c1cc4b04bec0 Mon Sep 17 00:00:00 2001 From: Rahul Kadyan Date: Thu, 21 Nov 2019 11:38:59 +0530 Subject: [PATCH] chore(release): 5.1.3 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 575a1a2..eb67c0b 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. + +## [5.1.3](https://github.com/vuejs/rollup-plugin-vue/compare/v5.1.2...v5.1.3) (2019-11-21) + + +### Bug Fixes + +* call transformer from whitelisted custom blocks ([#310](https://github.com/vuejs/rollup-plugin-vue/issues/310)) ([ab13f3b](https://github.com/vuejs/rollup-plugin-vue/commit/ab13f3b)) + + + ## [5.1.2](https://github.com/vuejs/rollup-plugin-vue/compare/v5.1.1...v5.1.2) (2019-10-27) diff --git a/package.json b/package.json index 958d947..f5f5580 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rollup-plugin-vue", - "version": "5.1.2", + "version": "5.1.3", "description": "Roll .vue files", "author": "Rahul Kadyan ", "bugs": {