Skip to content

Commit

Permalink
Release v4.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pioug committed Apr 23, 2022
1 parent 11dd35e commit eb6436f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [4.0.5](https://github.com/nfroidure/ttf2woff2/compare/v4.0.4...v4.0.5) (2022-04-23)


### Chore

* **bundle:** Update Emscripten builds
* **ci:** Add Node 18 to test matrix
* **dependencies:** Update dependencies (node-gyp, eslint, prettier) and remove unsued dependencies (babel-eslint, @babel/register)
* **readme:** Add PowerShell use case ([#72](https://github.com/nfroidure/ttf2woff2/pull/72))


## [4.0.4](https://github.com/nfroidure/ttf2woff2/compare/v4.0.3...v4.0.4) (2021-05-29)


Expand Down
2 changes: 1 addition & 1 deletion 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.4",
"version": "4.0.5",
"description": "Convert TTF files to WOFF2 ones.",
"main": "dist/index",
"browser": "jssrc/index.js",
Expand Down

0 comments on commit eb6436f

Please sign in to comment.