Skip to content

Commit a7b199a

Browse files
release(version): Release 1.0.5 [skip ci]
## [1.0.5](v1.0.4...v1.0.5) (2020-08-19)
1 parent 38fa0d4 commit a7b199a

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## [1.0.5](https://github.com/oleg-koval/excel-date-to-js/compare/v1.0.4...v1.0.5) (2020-08-19)
2+
13
## [1.0.4](https://github.com/oleg-koval/excel-date-to-js/compare/v1.0.3...v1.0.4) (2020-08-19)
24

35
## [1.0.3](https://github.com/oleg-koval/excel-date-to-js/compare/v1.0.2...v1.0.3) (2020-08-19)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "excel-date-to-js",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"private": false,
55
"description": "Convert Excel date in integer format into JS date. Dates are stored as numbers in Excel and count the number of days since January 0, 1900 (1900 standard, for mac it is 1904, which means January 0, 1904 is the start date). Times are handled internally as numbers between 0 and 1.",
66
"main": "index.js",

0 commit comments

Comments
 (0)