From 3291b078e63dc4ce68b81fb64cea7dbfaee51ac9 Mon Sep 17 00:00:00 2001 From: Nater Jorde Date: Sun, 9 Sep 2018 16:03:59 -0500 Subject: [PATCH] updage package.json and changlog.txt to reflect version 1.5.1 release --- changelog.txt | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 2849e24..281335d 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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 diff --git a/package.json b/package.json index db08a07..7f55f2d 100644 --- a/package.json +++ b/package.json @@ -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"