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

Commit

Permalink
release 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
natergj committed Oct 7, 2018
1 parent 858ef61 commit e72e1fe
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.7.0
Bug Fixes:
resolves https://github.com/natergj/excel4node/issues/238 to fix issue with certain emoji characters
merges https://github.com/natergj/excel4node/pull/240 to fix issue with workbook validation using .Net validation library provided by Microsoft
resolves https://github.com/natergj/excel4node/issues/236 where first tab will still be shown even if it is hidden

Enhancements:
merges https://github.com/natergj/excel4node/pull/243 to add basic cell comment functionality

1.6.0
Bug Fixes:
merges https://github.com/natergj/excel4node/pull/232 to fix issue where emoji were not being added to worksheets
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.6.0",
"version": "1.7.0",
"description": "Library to create Formatted Excel Files.",
"engines": {
"node": ">4.0.0"
Expand Down

0 comments on commit e72e1fe

Please sign in to comment.