Skip to content

Commit

Permalink
Release v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pioug committed Dec 5, 2022
1 parent de6063f commit 4b2f4f2
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions 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,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",
Expand Down

0 comments on commit 4b2f4f2

Please sign in to comment.