Skip to content

Commit

Permalink
3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Jun 4, 2019
1 parent 3fc1281 commit cd2f533
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.2
* Fix lazy exposed modules. (#41)

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

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.1",
"version": "3.4.2",
"description": "bundle browserify modules into a single scope, a la rollup",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit cd2f533

Please sign in to comment.