Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
updage package.json and changlog.txt to reflect version 1.5.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
natergj committed Sep 9, 2018
1 parent 3a69127 commit 3291b07
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
1.5.1
Bug Fixes:
resolves https://github.com/natergj/excel4node/issues/218 where library crashed when null or undefined value was sent to cell string method
resolves https://github.com/natergj/excel4node/issues/226 where default font would not be applied to dates when opening workbook in LibreOffice
merges https://github.com/natergj/excel4node/pull/225 which removes error when attempting to bundle application with excel4node as dependency

Enhancements:
merges https://github.com/natergj/excel4node/pull/230 which reduces library size by only installed specific lodash functions

1.5.0
Bug Fixes:
resolves https://github.com/natergj/excel4node/issues/156 where an error will be thrown if no Worksheet is specified prior to attempting to write a Workbook
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": "excel4node",
"version": "1.5.0",
"version": "1.5.1",
"description": "Library to create Formatted Excel Files.",
"engines": {
"node": ">4.0.0"
Expand Down

0 comments on commit 3291b07

Please sign in to comment.