Skip to content

Commit 11a461c

Browse files
committed
4.0.1
1 parent 397c4cf commit 11a461c

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
## [4.0.1]
9+
### Changed
10+
- Try to use FontForge for WOFF2 generation and fallback to `ttf2woff2` in case it fails to ([397c4cfd](https://github.com/L2jLiga/grunt-webfonts/commit/397c4cfd5b4d8b9803edea6cd448ab31a2f1b30b))
11+
12+
### Fixed
13+
- eotlitetool crashes silently when Python >= 3.7 ([#30](https://github.com/L2jLiga/grunt-webfonts/pull/30))
14+
815
## [4.0.0]
916
### Changed
1017
- **BREAKING** minimal node.js >= 12.13.0
@@ -120,7 +127,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
120127
+ FontForge engine
121128
+ Tests (because they didn't work correctly)
122129

123-
[Unreleased]: https://github.com/L2jLiga/grunt-webfonts/compare/v4.0.0...HEAD
130+
[Unreleased]: https://github.com/L2jLiga/grunt-webfonts/compare/v4.0.1...HEAD
131+
[4.0.1]: https://github.com/L2jLiga/grunt-webfonts/compare/v4.0.0...v4.0.1
124132
[4.0.0]: https://github.com/L2jLiga/grunt-webfonts/compare/v3.0.1...v4.0.0
125133
[3.0.1]: https://github.com/L2jLiga/grunt-webfonts/compare/v3.0.0...v3.0.1
126134
[3.0.0]: https://github.com/L2jLiga/grunt-webfonts/compare/v2.0.1...v3.0.0

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "4.0.0",
2+
"version": "4.0.1",
33
"name": "grunt-webfonts",
44
"description": "SVG to webfont converter for Grunt",
55
"homepage": "https://github.com/L2jLiga/grunt-webfonts",

0 commit comments

Comments
 (0)