Skip to content

Commit

Permalink
release(version): Release 1.0.7 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.7](v1.0.6...v1.0.7) (2021-09-23)
  • Loading branch information
semantic-release-bot committed Sep 23, 2021
1 parent 0d22cd1 commit 6b20418
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## [1.0.7](https://github.com/oleg-koval/excel-date-to-js/compare/v1.0.6...v1.0.7) (2021-09-23)

## [1.0.6](https://github.com/oleg-koval/excel-date-to-js/compare/v1.0.5...v1.0.6) (2020-08-19)

## [1.0.5](https://github.com/oleg-koval/excel-date-to-js/compare/v1.0.4...v1.0.5) (2020-08-19)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "excel-date-to-js",
"version": "1.0.6",
"version": "1.0.7",
"private": false,
"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.",
"main": "index.js",
Expand Down

0 comments on commit 6b20418

Please sign in to comment.