Skip to content

Commit

Permalink
3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed May 24, 2019
1 parent 991105b commit 08b77ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.

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

## 3.4.1
* Inline result of `typeof require`, which is used by some UMD headers. (#38)

## 3.4.0
* Sort dependencies by source order location, now execution order should be much more consistent between Node.js and browser-pack-flat
* Prevent inlining conditional and lazy `require()` calls:
Expand Down
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.4.0",
"version": "3.4.1",
"description": "bundle browserify modules into a single scope, a la rollup",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit 08b77ec

Please sign in to comment.