diff --git a/CHANGELOG.md b/CHANGELOG.md index c42ff3a..6d46b6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ -### v1.2.0 (2021-04-19) +### v1.2.1 (2021-05-03) + +- [#4](https://github.com/papandreou/subset-font/pull/4) Simplify characters iteration ([ebraminio](mailto:ebrahim@gnu.org)) + +### v1.2.0 (2021-04-20) - [Call it sfnt instead of truetype](https://github.com/papandreou/subset-font/commit/bb581a20f44617f2fa32a73c92a6f3aba438b4e4) ([Andreas Lind](mailto:andreas.lind@workday.com)) diff --git a/package.json b/package.json index 64c2d7e..b5cc6f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "subset-font", - "version": "1.2.0", + "version": "1.2.1", "description": "Create a subset of a TTF/WOFF/WOFF2 font using the wasm build of harfbuzz/hb-subset", "main": "index.js", "dependencies": {