Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Silic0nS0ldier committed Mar 14, 2020
1 parent 0c5314a commit d5414a1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [3.0.0] - 2020-03-14

### Fixed
- Existing defect where browserified code provided no exports. They are now available on `window` based on a camel cased version of the package name.

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "http://json.schemastore.org/package.json",
"name": "@userfrosting/browserify-dependencies",
"version": "2.0.0",
"version": "3.0.0",
"description": "Run browserify against all dependencies defined in package.json",
"funding": "https://opencollective.com/userfrosting",
"main": "./dist/index.js",
Expand Down

0 comments on commit d5414a1

Please sign in to comment.