Skip to content

Commit

Permalink
3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Jan 24, 2019
1 parent efd7b7c commit 87c3db8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# browser-pack-flat change log

All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](http://semver.org/).

## 3.3.0
* Start changelog.
* Add `iife: false` option to remove the outer `(function(){})` wrapper if you don't need it (@brechtcs)
* Add `sourceType` option to not crash on `import` statements. (@brechtcs)
Don't use this unless you are certain that you have a good use case for it.
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-flat",
"version": "3.2.0",
"version": "3.3.0",
"description": "bundle browserify modules into a single scope, a la rollup",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit 87c3db8

Please sign in to comment.