From e46120d3e9d6f2f13e07d8b3fd049286676403b8 Mon Sep 17 00:00:00 2001 From: Andrii Kurdiumov Date: Mon, 27 Jul 2020 16:30:36 +0600 Subject: [PATCH] Update version to 1.3.0 --- README.md | 20 ++++++++++++++++++++ package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 688fb0a..2af37cd 100644 --- a/README.md +++ b/README.md @@ -161,6 +161,26 @@ You can pass options to `generate()` to set a different return type. use ## Changelog +### Version 1.3.0 +* Added support for optional moving of the images together with table. (#109) + +### Version 1.2.0 +* Specify license field in addition to licenses field in the package.json (#102) + +### Version 1.1.0 +* Added TypeScript definitions. #101 +* NodeJS 12, 14 support + +### Version 1.0.0 +Nothing to see here. Just I'm being brave and make version 1.0.0 + +### Version 0.5.0 +* Placeholder in hyperlinks. #87 +* NodeJS 10 support + +### Version 0.4.0 +* Fix wrongly replacing text in shared strings #81 + ### Version 0.2.0 * Add ability copy and delete sheets. diff --git a/package.json b/package.json index 51a2ca4..f6a8434 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xlsx-template", - "version": "1.2.0", + "version": "1.3.0", "description": "Generate .xlsx (Excel) files from templates built in Excel", "main": "./lib/index", "files": [