Skip to content

Commit

Permalink
release(version): Release 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.7...v1.1.0) (2021-09-23)

### Features

* add ability to transform js date back to excel ([#20](#20)) ([119ce12](119ce12))
  • Loading branch information
semantic-release-bot committed Sep 23, 2021
1 parent 119ce12 commit c4280fe
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.1.0](https://github.com/oleg-koval/excel-date-to-js/compare/v1.0.7...v1.1.0) (2021-09-23)


### Features

* add ability to transform js date back to excel ([#20](https://github.com/oleg-koval/excel-date-to-js/issues/20)) ([119ce12](https://github.com/oleg-koval/excel-date-to-js/commit/119ce121bcc16e3f030c1fdd4e34464884b1b115))

## [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)
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.7",
"version": "1.1.0",
"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 c4280fe

Please sign in to comment.