Skip to content

Commit cf3aeef

Browse files
committed
5.0.0
1 parent 5e91da0 commit cf3aeef

File tree

4 files changed

+1226
-3123
lines changed

4 files changed

+1226
-3123
lines changed

.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"es6": true
55
},
66
"parserOptions": {
7-
"ecmaVersion": 2017
7+
"ecmaVersion": 2022
88
},
99
"extends": [
1010
"eslint:recommended"

CHANGELOG.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,15 @@ 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+
## [5.0.0]
9+
### Changed
10+
- [BREAKING] Drop NodeJS 12-14 support
11+
- updated ttf2woff2 to 5.x (requires NodeJS 14+)
12+
- improved grammar in README.md ([#42](https://github.com/L2jLiga/grunt-webfonts/pull/42))
13+
814
## [4.0.3]
915
### Fixed
10-
- fixed python script (#36, issue #35)
16+
- fixed python script ([#36](https://github.com/L2jLiga/grunt-webfonts/pull/36), issue [#35](https://github.com/L2jLiga/grunt-webfonts/pull/35))
1117

1218
## [4.0.2]
1319
### Changed
@@ -138,8 +144,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
138144
+ FontForge engine
139145
+ Tests (because they didn't work correctly)
140146

141-
[Unreleased]: https://github.com/L2jLiga/grunt-webfonts/compare/v4.0.3...HEAD
142-
[4.0.2]: https://github.com/L2jLiga/grunt-webfonts/compare/v4.0.2...v4.0.3
147+
[Unreleased]: https://github.com/L2jLiga/grunt-webfonts/compare/v5.0.0...HEAD
148+
[5.0.0]: https://github.com/L2jLiga/grunt-webfonts/compare/v4.0.3...v5.0.0
149+
[4.0.3]: https://github.com/L2jLiga/grunt-webfonts/compare/v4.0.2...v4.0.3
143150
[4.0.2]: https://github.com/L2jLiga/grunt-webfonts/compare/v4.0.1...v4.0.2
144151
[4.0.1]: https://github.com/L2jLiga/grunt-webfonts/compare/v4.0.0...v4.0.1
145152
[4.0.0]: https://github.com/L2jLiga/grunt-webfonts/compare/v3.0.1...v4.0.0

0 commit comments

Comments
 (0)