Skip to content

Commit

Permalink
Publish v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jquense committed Jan 2, 2020
1 parent 63d7d9d commit 800e4a1
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 4 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [4.1.0](https://github.com/jquense/date-math/compare/v4.0.1...v4.1.0) (2020-01-02)


### Bug Fixes

* add month on leap year ([2857325](https://github.com/jquense/date-math/commit/28573254a1600624a3df1215fc5fb7dc3e42eda0))


### Features

* add solveDST function ([44b425d](https://github.com/jquense/date-math/commit/44b425dbbd41777939338623b86533bae23b9082))





## [4.0.1](https://github.com/jquense/date-math/compare/v4.0.0...v4.0.1) (2019-06-26)


Expand Down
12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "date-arithmetic",
"version": "4.0.1",
"version": "4.1.0",
"description": "simple date math util",
"main": "index.cjs.js",
"module": "index.js",
Expand All @@ -10,14 +10,16 @@
},
"repository": {
"type": "git",
"url": "https://github.com/jquense/date-math"
"url": "git+https://github.com/jquense/date-math.git"
},
"keywords": [
"moment",
"date",
"math"
],
"author": "Jason Quense @monasticpanic",
"author": {
"name": "Jason Quense @monasticpanic"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/jquense/date-math/issues"
Expand All @@ -26,5 +28,7 @@
"devDependencies": {
"esm": "^3.2.25",
"rollup": "^1.14.4"
}
},
"readme": "ERROR: No README data found!",
"_id": "date-arithmetic@4.0.1"
}

0 comments on commit 800e4a1

Please sign in to comment.