From 87dd5501968501555ea3bee60043affc9f67c1fa Mon Sep 17 00:00:00 2001 From: Ziv Barber Date: Sat, 6 Mar 2021 10:04:36 +0100 Subject: [PATCH] build: version 0.6.5 --- CHANGELOG | 3 ++- package.json | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 238ddf5..6124c86 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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. diff --git a/package.json b/package.json index 53eb222..6ae5ffb 100644 --- a/package.json +++ b/package.json @@ -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" @@ -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",