From ab1f0632e2c6faab783358177e7881ea64dc7088 Mon Sep 17 00:00:00 2001 From: Andrey Chalkin Date: Fri, 13 Aug 2021 13:00:36 +0700 Subject: [PATCH] 4.0.0 --- CHANGELOG.md | 4 +++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea9c8a8..000cf20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [4.0.0] ### Changed - **BREAKING** minimal node.js >= 12.13.0 - Updated all dependencies @@ -119,7 +120,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 + FontForge engine + Tests (because they didn't work correctly) -[Unreleased]: https://github.com/L2jLiga/grunt-webfonts/compare/v3.0.1...HEAD +[Unreleased]: https://github.com/L2jLiga/grunt-webfonts/compare/v4.0.0...HEAD +[4.0.0]: https://github.com/L2jLiga/grunt-webfonts/compare/v3.0.1...v4.0.0 [3.0.1]: https://github.com/L2jLiga/grunt-webfonts/compare/v3.0.0...v3.0.1 [3.0.0]: https://github.com/L2jLiga/grunt-webfonts/compare/v2.0.1...v3.0.0 [2.0.1]: https://github.com/L2jLiga/grunt-webfonts/compare/v2.0.0...v2.0.1 diff --git a/package-lock.json b/package-lock.json index e5dcf6a..bf1b587 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "grunt-webfonts", - "version": "3.0.1", + "version": "4.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "grunt-webfonts", - "version": "3.0.1", + "version": "4.0.0", "license": "MIT", "dependencies": { "async": "^3.2.1", diff --git a/package.json b/package.json index d816533..04ed813 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "3.0.1", + "version": "4.0.0", "name": "grunt-webfonts", "description": "SVG to webfont converter for Grunt", "homepage": "https://github.com/L2jLiga/grunt-webfonts",