Skip to content

Commit 685e7d0

Browse files
committed
chore(release): 0.6.2
1 parent 1227f59 commit 685e7d0

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
### [0.6.2](https://github.com/cfware/vinyl-rollup/compare/v0.6.1...v0.6.2) (2019-08-13)
6+
7+
8+
### Bug Fixes
9+
10+
* Use official rollup API for bundled module names ([#24](https://github.com/cfware/vinyl-rollup/issues/24)) ([1227f59](https://github.com/cfware/vinyl-rollup/commit/1227f59))
11+
512
### [0.6.1](https://github.com/cfware/vinyl-rollup/compare/v0.6.0...v0.6.1) (2019-07-14)
613

714

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vinyl-rollup",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"description": "A wrapper for rollup that produces a stream of Vinyl objects.",
55
"scripts": {
66
"release": "standard-version --sign",

0 commit comments

Comments
 (0)