diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bd546c1..6dcd394a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## 8.2.1 - 2018-12-28 + +- Chore: update dependencies. + ## 8.2.0 - 2018-11-13 - Added: `sort` option (and `--no-sort` flag for CLI). diff --git a/package-lock.json b/package-lock.json index 8079c4cf..e267c71f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "webfont", - "version": "8.2.0", + "version": "8.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f08fa3b7..612f29af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webfont", - "version": "8.2.0", + "version": "8.2.1", "description": "Generator of fonts from svg icons, svg icons to svg font, svg font to ttf, ttf to eot, ttf to woff, ttf to woff2", "license": "MIT", "author": "itgalaxy ",