Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Chalkin committed Dec 18, 2019
1 parent 62e5302 commit 8df5cdd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ 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]
## [2.0.0]
### Changed
- **BREAKING**: require node.js >= 8
- Use built-in `child_process` instead of `exec` module ([#11](https://github.com/L2jLiga/grunt-webfonts/pull/11))

## [1.1.6]
### Changed
- Updated dependencies
Expand Down
2 changes: 1 addition & 1 deletion 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": "1.1.6",
"version": "2.0.0",
"name": "grunt-webfonts",
"description": "SVG to webfont converter for Grunt",
"homepage": "https://github.com/L2jLiga/grunt-webfonts",
Expand Down

0 comments on commit 8df5cdd

Please sign in to comment.