diff --git a/CHANGELOG.md b/CHANGELOG.md index dc20238b..272df0ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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. +## [11.0.0](https://github.com/itgalaxy/webfont/compare/v10.1.0...v11.0.0) (2021-05-12) + + +### ⚠ BREAKING CHANGES + +* We removed support for Node.js 11 and Node.js 10 at this version. Please upgrade your environment to Node.js 12 or higher. + +### ci + +* remove Node.js 10 and 11 support ([0f0dbf6](https://github.com/itgalaxy/webfont/commit/0f0dbf64a2b7ce15519bb9ada86fdb2941251a08)) + ## [10.1.0](https://github.com/itgalaxy/webfont/compare/v10.0.1...v10.1.0) (2021-05-12) diff --git a/package-lock.json b/package-lock.json index 195972a6..adc8d47d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "webfont", - "version": "10.1.0", + "version": "11.0.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 751f8ffc..e2d644e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webfont", - "version": "10.1.0", + "version": "11.0.0", "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", "directories": { "lib": "dist", @@ -27,6 +27,7 @@ "postbuild": "tsc --declaration --declarationDir dist --emitDeclarationOnly", "prebuild": "npm run clean && npm run lint", "predemo": "npm run build", + "prerelease": "npm run test", "pretest": "npm run build", "prettify": "npm run lint --fix", "preversion": "npm run test",