Set version to 1.4.6

This commit is contained in:
Andrii Kurdiumov
2026-01-15 14:06:47 +01:00
parent 66a4ba0a9d
commit 5d19a1b860
3 changed files with 10 additions and 2 deletions
+8
View File
@@ -541,6 +541,14 @@ MIT License - see [LICENSE](LICENSE) file for details
## Changelog History
### Version 1.4.6
* feat: preserve metadata types when adding images in cells (#216) (@jdugh)
* Update deleteSheet for delete also relationships of sheet (#215) (@jdugh)
* Fix: Handle missing drawing rels file when worksheet contains shapes only (#214) (@atsu0127)
* create a new relationships element if the rels file does not exist.
* Add test for image substitution in worksheets with shapes lacking drawing rels
### Version 1.4.5
* Fixed UTF-8 encoding in `copySheet()` - sheet content now properly preserved in binary mode
* `copySheet()` now properly copies comments (including threaded comments)
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xlsx-template",
"version": "1.4.5",
"version": "1.4.6",
"lockfileVersion": 3,
"requires": true,
"packages": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xlsx-template",
"version": "1.4.5",
"version": "1.4.6",
"description": "Generate .xlsx (Excel) files from templates built in Excel",
"main": "./lib/index",
"files": [