Skip to content

Commit

Permalink
build: version 0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziv-Barber committed Mar 6, 2021
1 parent ebbd47f commit 87dd550
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
- Version 0.6.4:
- Version 0.6.5:
- PPTX: Better fonts support in pptx: new options parameter for addText: pitch_family and charset.
- Version 0.6.4:
- Apple Pages compatibility and more options (thanks apsavin!).
- Merge pull request #349 from isdh/patch-1.
- More options for tables.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "officegen",
"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.",
"version": "0.6.4",
"version": "0.6.5",
"author": {
"name": "Ziv Barber",
"url": "https://github.com/Ziv-Barber"
Expand Down Expand Up @@ -97,7 +97,7 @@
"eslint-plugin-standard": "^5.0.0",
"flow-bin": "^0.146.0",
"flow-typed": "^3.3.1",
"mocha": "^8.3.0",
"mocha": "^8.3.1",
"npm-run-all": "^4.1.5",
"prettier": "2.2.1",
"rimraf": "^3.0.2",
Expand Down

0 comments on commit 87dd550

Please sign in to comment.