Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #48 from jmeas/fix-exports
Browse files Browse the repository at this point in the history
3.0.1
  • Loading branch information
jamesplease committed Sep 16, 2016
2 parents 6b48075 + 752653c commit 001dd09
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
### [3.0.1](https://github.com/jmeas/moment-business/releases/tag/v3.0.1)

- Fix the name of the library in non-module loader browser environments.
Previously, the library was attached as `window.none`. Now it is available
under `window.momentBusiness`. Note that this issue does not affect users
building with ES2015/CommonJS/AMD module bundlers.

### [3.0.0](https://github.com/jmeas/moment-business/releases/tag/v3.0.0)

- The functions in this library now accept moments as arguments rather than
Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "moment-business",
"version": "3.0.0",
"version": "3.0.1",
"homepage": "https://github.com/jmeas/moment-business",
"authors": [
"Jmeas <jellyes2@gmail.com>"
Expand Down
2 changes: 1 addition & 1 deletion dist/moment-business.js

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

2 changes: 1 addition & 1 deletion dist/moment-business.js.map

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

2 changes: 1 addition & 1 deletion dist/moment-business.min.js

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

2 comments on commit 001dd09

@LostCrew
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@jamesplease
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All thanks goes to @leobetosouza :)

Please sign in to comment.