Skip to content

Commit 8df5cdd

Browse files
author
Andrey Chalkin
committed
2.0.0
1 parent 62e5302 commit 8df5cdd

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ 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+
## [2.0.0]
9+
### Changed
10+
- **BREAKING**: require node.js >= 8
11+
- Use built-in `child_process` instead of `exec` module ([#11](https://github.com/L2jLiga/grunt-webfonts/pull/11))
12+
813
## [1.1.6]
914
### Changed
1015
- Updated dependencies

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