diff --git a/CHANGELOG.md b/CHANGELOG.md index e0b1c2c..7c7617b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [5.0.0](https://github.com/nfroidure/ttf2woff2/compare/v4.0.5...v5.0.0) (2022-12-06) + +### Chore + +- **bundle:** Update Emscripten builds +- **ci:** Add Node 19 to test matrix +- **dependencies:** Update dependencies (jest) and remove unsued dependencies + (mocha, mocha-lcov-reporter) + +### BREAKING CHANGES + +- **dependencies:** Drop Node 12 support + ## [4.0.5](https://github.com/nfroidure/ttf2woff2/compare/v4.0.4...v4.0.5) (2022-04-23) ### Chore @@ -37,7 +50,7 @@ - **bundle:** add necessary files to the bundle ([fc9bb76](https://github.com/nfroidure/ttf2woff2/commit/fc9bb76fa8a51b55a81aec5a7a8efb72722860cc)) -# [4.0.0](https://github.com/nfroidure/ttf2woff2/compare/v3.0.0...v4.0.0) (2020-12-22) +## [4.0.0](https://github.com/nfroidure/ttf2woff2/compare/v3.0.0...v4.0.0) (2020-12-22) ### Chore diff --git a/package-lock.json b/package-lock.json index 29efdff..cf68238 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ttf2woff2", - "version": "4.0.5", + "version": "5.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ttf2woff2", - "version": "4.0.5", + "version": "5.0.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index b3f4927..ba5d4a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ttf2woff2", - "version": "4.0.5", + "version": "5.0.0", "description": "Convert TTF files to WOFF2 ones.", "main": "dist/index", "browser": "jssrc/index.js",