diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ededf2d..3785cb7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [10.0.0-alpha.2](https://github.com/itgalaxy/webfont/compare/v10.0.0-alpha.1...v10.0.0-alpha.2) (2021-01-25) + ## [10.0.0-alpha.1](https://github.com/itgalaxy/webfont/compare/v10.0.0-alpha.0...v10.0.0-alpha.1) (2021-01-25) diff --git a/package-lock.json b/package-lock.json index 14329a6e..a8fae1ca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "webfont", - "version": "10.0.0-alpha.1", + "version": "10.0.0-alpha.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index c5e3a216..07131d9f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webfont", - "version": "10.0.0-alpha.1", + "version": "10.0.0-alpha.2", "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 ",