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 #26 from jmeas/v2.0.0
Browse files Browse the repository at this point in the history
v2.0.0
  • Loading branch information
jamesplease committed Feb 16, 2015
2 parents f7f6e3e + 9e7ac4c commit 6ecf409
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 9 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
### [2.0.0](https://github.com/jmeas/moment-business/releases/tag/v2.0.0)

The API is now more consistent.

- Rename `isWorkDay` to `isWeekDay`
- Rename `addWorkDays` to `addWeekDays`
- Rename `subtractWorkDays` to `subtractWeekDays`

### [1.1.1](https://github.com/jmeas/moment-business/releases/tag/v1.1.1)

- Add dependencies to `bower.json`
Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "moment-business",
"version": "1.1.1",
"version": "2.0.0",
"homepage": "https://github.com/jmeas/moment-business",
"authors": [
"Jmeas <jellyes2@gmail.com>"
Expand Down
8 changes: 4 additions & 4 deletions 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 changes: 1 addition & 1 deletion dist/moment-business.min.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 package.json
@@ -1,6 +1,6 @@
{
"name": "moment-business",
"version": "1.1.1",
"version": "2.0.0",
"description": "Methods to work with week days and weekends in moment.",
"main": "dist/moment-business.js",
"scripts": {
Expand Down

0 comments on commit 6ecf409

Please sign in to comment.