diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f793c5..794a483 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### v1.2.3 (2021-05-17) + +- [Increase the WebAssembly heap size to accommodate larger fonts](https://github.com/papandreou/subset-font/commit/3dfc48a77264673668e34000877082819c37ce75) ([Andreas Lind](mailto:andreas.lind@workday.com)) + ### v1.2.2 (2021-05-03) - [#5](https://github.com/papandreou/subset-font/pull/5) Update harfbuzzjs version and remove manual layout subset enable ([Ebrahim Byagowi](mailto:ebrahim@gnu.org)) diff --git a/package.json b/package.json index 82ad548..d97f677 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "subset-font", - "version": "1.2.2", + "version": "1.2.3", "description": "Create a subset of a TTF/WOFF/WOFF2 font using the wasm build of harfbuzz/hb-subset", "main": "index.js", "dependencies": {