Skip to content

Commit

Permalink
6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Mar 30, 2018
1 parent ecfee28 commit e5ca7eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## 6.0.4 - 2018-02-07
## 6.1.0 - 2018-03-30
* Add option to define source map root [#74](https://github.com/browserify/browser-pack/pull/74)
* Use uglify-js@2 to minify prelude [#87](https://github.com/browserify/browser-pack/pull/87)

## 6.0.4 - 2018-02-07
* Fix prelude compatibility for Opera 10.x [#84](https://github.com/browserify/browser-pack/pull/84)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "browser-pack",
"version": "6.0.4",
"version": "6.1.0",
"description": "pack node-style source files from a json stream into a browser bundle",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit e5ca7eb

Please sign in to comment.