Skip to content

Commit ab1f063

Browse files
committed
4.0.0
1 parent 67e0009 commit ab1f063

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ 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.0]
89
### Changed
910
- **BREAKING** minimal node.js >= 12.13.0
1011
- Updated all dependencies
@@ -119,7 +120,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
119120
+ FontForge engine
120121
+ Tests (because they didn't work correctly)
121122

122-
[Unreleased]: https://github.com/L2jLiga/grunt-webfonts/compare/v3.0.1...HEAD
123+
[Unreleased]: https://github.com/L2jLiga/grunt-webfonts/compare/v4.0.0...HEAD
124+
[4.0.0]: https://github.com/L2jLiga/grunt-webfonts/compare/v3.0.1...v4.0.0
123125
[3.0.1]: https://github.com/L2jLiga/grunt-webfonts/compare/v3.0.0...v3.0.1
124126
[3.0.0]: https://github.com/L2jLiga/grunt-webfonts/compare/v2.0.1...v3.0.0
125127
[2.0.1]: https://github.com/L2jLiga/grunt-webfonts/compare/v2.0.0...v2.0.1

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": "3.0.1",
2+
"version": "4.0.0",
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)