From 6bacf7697a6d5acd6df038ce0fb6c20fe9fcb2fc Mon Sep 17 00:00:00 2001 From: evilebottnawi Date: Fri, 19 Apr 2019 18:17:47 +0300 Subject: [PATCH] chore(release): `9.0.0` --- CHANGELOG.md | 6 ++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6dcd394a..b99b3412 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## 9.0.0 - 2019-04-19 + +- Changed: drops support for Node.js 6. +- Feat: improve basic templates (see [templates](templates)). +- Feat: use wasm package for generate woff2 + ## 8.2.1 - 2018-12-28 - Chore: update dependencies. diff --git a/package-lock.json b/package-lock.json index 5139b337..409c7b35 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "webfont", - "version": "8.2.1", + "version": "9.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9d12807c..9da0cc4a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webfont", - "version": "8.2.1", + "version": "9.0.0", "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 ",