Skip to content

Commit 87dd550

Browse files
committed
build: version 0.6.5
1 parent ebbd47f commit 87dd550

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
- Version 0.6.4:
1+
- Version 0.6.5:
22
- PPTX: Better fonts support in pptx: new options parameter for addText: pitch_family and charset.
3+
- Version 0.6.4:
34
- Apple Pages compatibility and more options (thanks apsavin!).
45
- Merge pull request #349 from isdh/patch-1.
56
- More options for tables.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "officegen",
33
"description": "Office Open XML Generator using Node.js streams. Supporting Microsoft Office 2007 and later Word (docx), PowerPoint (pptx,ppsx) and Excell (xlsx). This module is for all frameworks and environments. No need for any commandline tool - this module is doing everything inside it.",
4-
"version": "0.6.4",
4+
"version": "0.6.5",
55
"author": {
66
"name": "Ziv Barber",
77
"url": "https://github.com/Ziv-Barber"
@@ -97,7 +97,7 @@
9797
"eslint-plugin-standard": "^5.0.0",
9898
"flow-bin": "^0.146.0",
9999
"flow-typed": "^3.3.1",
100-
"mocha": "^8.3.0",
100+
"mocha": "^8.3.1",
101101
"npm-run-all": "^4.1.5",
102102
"prettier": "2.2.1",
103103
"rimraf": "^3.0.2",

0 commit comments

Comments
 (0)