Skip to content

Commit 9baa6c6

Browse files
committed
3.0.0
1 parent 88e2ad2 commit 9baa6c6

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ 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.0]
9+
### Added
10+
- Add skipLinks option
11+
12+
### Changed
13+
- **BREAKING**: require node.js >= 10.4.0
14+
- Updated dependencies to latest version
15+
16+
## [2.0.1]
17+
### Fixed
18+
- Brace expression is not working, if the object has single value
19+
820
## [2.0.0]
921
### Changed
1022
- **BREAKING**: require node.js >= 8
@@ -99,7 +111,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99111
+ FontForge engine
100112
+ Tests (because they didn't work correctly)
101113

102-
[Unreleased]: https://github.com/L2jLiga/grunt-webfonts/compare/v1.1.6...HEAD
114+
[Unreleased]: https://github.com/L2jLiga/grunt-webfonts/compare/v3.0.0...HEAD
115+
[3.0.0]: https://github.com/L2jLiga/grunt-webfonts/compare/v2.0.1...v3.0.0
116+
[2.0.1]: https://github.com/L2jLiga/grunt-webfonts/compare/v2.0.0...v2.0.1
117+
[2.0.0]: https://github.com/L2jLiga/grunt-webfonts/compare/v1.1.6...v2.0.0
103118
[1.1.6]: https://github.com/L2jLiga/grunt-webfonts/compare/v1.1.5...v1.1.6
104119
[1.1.5]: https://github.com/L2jLiga/grunt-webfonts/compare/v1.1.4...v1.1.5
105120
[1.1.4]: https://github.com/L2jLiga/grunt-webfonts/compare/v1.1.3...v1.1.4

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": "2.0.1",
2+
"version": "3.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)