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

Commit

Permalink
3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesplease committed Sep 16, 2016
1 parent 2ef9071 commit 752653c
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 6 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.

0 comments on commit 752653c

Please sign in to comment.