Skip to content
This repository has been archived by the owner on Jan 18, 2022. It is now read-only.

Commit

Permalink
chore(release): 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
znck committed Jun 24, 2018
1 parent a5928ad commit 5fb2fa8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,21 @@

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.

<a name="4.3.0"></a>
# [4.3.0](https://github.com/vuejs/rollup-plugin-vue/compare/v4.2.0...v4.3.0) (2018-06-24)


### Bug Fixes

* Transform `require` in render function compiled from `<template>` ([#212](https://github.com/vuejs/rollup-plugin-vue/issues/212)) ([89839f2](https://github.com/vuejs/rollup-plugin-vue/commit/89839f2))


### Features

* Provide sourcemap for blocks in .vue file ([#215](https://github.com/vuejs/rollup-plugin-vue/issues/215)) ([a5928ad](https://github.com/vuejs/rollup-plugin-vue/commit/a5928ad))



<a name="4.2.0"></a>
# [4.2.0](https://github.com/znck/rollup-plugin-vue/compare/v4.1.5...v4.2.0) (2018-05-25)

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "rollup-plugin-vue",
"version": "4.2.0",
"version": "4.3.0",
"description": "Roll .vue files",
"author": "Rahul Kadyan <hi@znck.me>",
"bugs": {
Expand Down

0 comments on commit 5fb2fa8

Please sign in to comment.