Skip to content

Commit

Permalink
4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
L2jLiga committed Oct 4, 2022
1 parent 501a449 commit 3ac82b1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ 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]
## [4.0.3]
### Fixed
- fixed python script (#36, issue #35)

## [4.0.2]
### Changed
- Removed `mkdirp` dependency, use `fs.mkdirSync` instead
Expand Down Expand Up @@ -134,7 +138,8 @@ 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.2...HEAD
[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
[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
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.0.2",
"version": "4.0.3",
"name": "grunt-webfonts",
"description": "SVG to webfont converter for Grunt",
"homepage": "https://github.com/L2jLiga/grunt-webfonts",
Expand Down

0 comments on commit 3ac82b1

Please sign in to comment.