mirror of
https://github.com/optilude/xlsx-template.git
synced 2026-07-02 00:17:39 +08:00
Bump version to 1.4.4
This commit is contained in:
@@ -203,6 +203,10 @@ You can pass options to `generate()` to set a different return type. use
|
||||
|
||||
## Changelog
|
||||
|
||||
### Version 1.4.4
|
||||
* Move hyperlinks references on added rows and columns. (#184). Thanks @IagoSRL
|
||||
* Fix line issue under table with merged cell. (#188). Thanks @muyoungko
|
||||
|
||||
### Version 1.4.3
|
||||
* Fix potential issue when template has lot of images.
|
||||
* Update image-size to 1.0.2
|
||||
|
||||
Generated
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xlsx-template",
|
||||
"version": "1.4.3",
|
||||
"version": "1.4.4",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xlsx-template",
|
||||
"version": "1.4.3",
|
||||
"version": "1.4.4",
|
||||
"description": "Generate .xlsx (Excel) files from templates built in Excel",
|
||||
"main": "./lib/index",
|
||||
"files": [
|
||||
|
||||
Reference in New Issue
Block a user