Skip to content

Commit 3ac82b1

Browse files
committed
4.0.3
1 parent 501a449 commit 3ac82b1

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ 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.3]
9+
### Fixed
10+
- fixed python script (#36, issue #35)
11+
812
## [4.0.2]
913
### Changed
1014
- 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
134138
+ FontForge engine
135139
+ Tests (because they didn't work correctly)
136140

137-
[Unreleased]: https://github.com/L2jLiga/grunt-webfonts/compare/v4.0.2...HEAD
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
138143
[4.0.2]: https://github.com/L2jLiga/grunt-webfonts/compare/v4.0.1...v4.0.2
139144
[4.0.1]: https://github.com/L2jLiga/grunt-webfonts/compare/v4.0.0...v4.0.1
140145
[4.0.0]: https://github.com/L2jLiga/grunt-webfonts/compare/v3.0.1...v4.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.2",
2+
"version": "4.0.3",
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)