From 1f0527bff2d9265f82496b1df857498b222ddfe6 Mon Sep 17 00:00:00 2001 From: evilebottnawi Date: Wed, 29 Mar 2017 14:41:15 +0300 Subject: [PATCH] Chore: prepare `7.1.1` release. --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 237f2788..6cf4d03f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -# Head +# 7.1.1 - 2017-03-29 - Fixed: potential crash with memory allocation when using `fs` for read files. diff --git a/package.json b/package.json index ba37cb80..7f206573 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webfont", - "version": "7.1.0", + "version": "7.1.1", "description": "Generator of fonts from svg icons, svg icons to svg font, svg font to ttf, ttf to eot, ttf to woff, ttf to woff2", "license": "MIT", "author": "itgalaxy ",