Skip to content

Commit ce80b79

Browse files
committed
3.0.1
1 parent 8d12184 commit ce80b79

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
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+
## [3.0.1]
9+
### Fixed
10+
- Ignore instead of taking only symbolic links if skipLinks is set.
11+
812
## [3.0.0]
913
### Added
1014
- Add skipLinks option
@@ -111,7 +115,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
111115
+ FontForge engine
112116
+ Tests (because they didn't work correctly)
113117

114-
[Unreleased]: https://github.com/L2jLiga/grunt-webfonts/compare/v3.0.0...HEAD
118+
[Unreleased]: https://github.com/L2jLiga/grunt-webfonts/compare/v3.0.1...HEAD
119+
[3.0.1]: https://github.com/L2jLiga/grunt-webfonts/compare/v3.0.0...v3.0.1
115120
[3.0.0]: https://github.com/L2jLiga/grunt-webfonts/compare/v2.0.1...v3.0.0
116121
[2.0.1]: https://github.com/L2jLiga/grunt-webfonts/compare/v2.0.0...v2.0.1
117122
[2.0.0]: https://github.com/L2jLiga/grunt-webfonts/compare/v1.1.6...v2.0.0

package-lock.json

Lines changed: 1 addition & 1 deletion
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.0",
2+
"version": "3.0.1",
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)