Skip to content

Commit

Permalink
5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
L2jLiga committed Oct 20, 2023
1 parent 5e91da0 commit cf3aeef
Show file tree
Hide file tree
Showing 4 changed files with 1,226 additions and 3,123 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"es6": true
},
"parserOptions": {
"ecmaVersion": 2017
"ecmaVersion": 2022
},
"extends": [
"eslint:recommended"
Expand Down
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,15 @@ 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]
## [5.0.0]
### Changed
- [BREAKING] Drop NodeJS 12-14 support
- updated ttf2woff2 to 5.x (requires NodeJS 14+)
- improved grammar in README.md ([#42](https://github.com/L2jLiga/grunt-webfonts/pull/42))

## [4.0.3]
### Fixed
- fixed python script (#36, issue #35)
- fixed python script ([#36](https://github.com/L2jLiga/grunt-webfonts/pull/36), issue [#35](https://github.com/L2jLiga/grunt-webfonts/pull/35))

## [4.0.2]
### Changed
Expand Down Expand Up @@ -138,8 +144,9 @@ 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.3...HEAD
[4.0.2]: https://github.com/L2jLiga/grunt-webfonts/compare/v4.0.2...v4.0.3
[Unreleased]: https://github.com/L2jLiga/grunt-webfonts/compare/v5.0.0...HEAD
[5.0.0]: https://github.com/L2jLiga/grunt-webfonts/compare/v4.0.3...v5.0.0
[4.0.3]: 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
Expand Down
Loading

0 comments on commit cf3aeef

Please sign in to comment.