From 3ac82b1dd29f2a83111ad03c43850bc66f2f73a1 Mon Sep 17 00:00:00 2001 From: Andrey Chalkin Date: Tue, 4 Oct 2022 20:39:05 +0200 Subject: [PATCH] 4.0.3 --- CHANGELOG.md | 7 ++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f76cc13..f3aa9fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ 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.3] +### Fixed +- fixed python script (#36, issue #35) + ## [4.0.2] ### Changed - Removed `mkdirp` dependency, use `fs.mkdirSync` instead @@ -134,7 +138,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/v4.0.2...HEAD +[Unreleased]: https://github.com/L2jLiga/grunt-webfonts/compare/v4.0.3...HEAD +[4.0.2]: https://github.com/L2jLiga/grunt-webfonts/compare/v4.0.2...v4.0.3 [4.0.2]: https://github.com/L2jLiga/grunt-webfonts/compare/v4.0.1...v4.0.2 [4.0.1]: https://github.com/L2jLiga/grunt-webfonts/compare/v4.0.0...v4.0.1 [4.0.0]: https://github.com/L2jLiga/grunt-webfonts/compare/v3.0.1...v4.0.0 diff --git a/package-lock.json b/package-lock.json index 4b031ea..6882ccd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "grunt-webfonts", - "version": "4.0.2", + "version": "4.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "grunt-webfonts", - "version": "4.0.2", + "version": "4.0.3", "license": "MIT", "dependencies": { "async": "^3.2.2", diff --git a/package.json b/package.json index 2d166b6..0fb83f1 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "4.0.2", + "version": "4.0.3", "name": "grunt-webfonts", "description": "SVG to webfont converter for Grunt", "homepage": "https://github.com/L2jLiga/grunt-webfonts",