Skip to content

Commit

Permalink
0.1.3 - add .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
markstos committed Oct 14, 2016
1 parent 1903e7c commit 07ff576
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
8 changes: 8 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@

## [0.1.3] - 2016-10-14

No Code Changes.

### Internals

* Added .travis.yml file

## [0.1.2] - 2016-10-13

No code changes.
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ The above example is tested in the test suite.
Incoming dates are always passed to 'moment.utc()`. If your timestamps are not in UTC, you could carefully
check that the results are what you expect. There is no test coverage for not UTC time stamps.

## Node versions supported

Currently Node 4.4.x is supported. A pull request would be accepted to make it compatible with older versions.

## Author

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": "grandfatherson",
"version": "0.1.2",
"version": "0.1.3",
"keywords": ["backup", "rotation", "algorithm", "snapshots" ],
"description": "Grandfather Father Son algorithm, useful for backup rotation",
"main": "index.js",
Expand Down

0 comments on commit 07ff576

Please sign in to comment.