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

Commit

Permalink
release 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
natergj committed Sep 16, 2018
1 parent 0ec1c0f commit 2e8589c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
1.6.0
Bug Fixes:
merges https://github.com/natergj/excel4node/pull/232 to fix issue where emoji were not being added to worksheets

Enhancements:
addresses https://github.com/natergj/excel4node/issues/194 by adding ability to set Print Area for worksheets
addresses https://github.com/natergj/excel4node/issues/233 by adding ability to set Page Breaks for worksheets

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
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.1",
"version": "1.6.0",
"description": "Library to create Formatted Excel Files.",
"engines": {
"node": ">4.0.0"
Expand Down

0 comments on commit 2e8589c

Please sign in to comment.