Release 7.3.1

This commit is contained in:
be5invis 2021-07-19 01:48:11 -07:00
parent 227ebac506
commit 55d9d58f5f
2 changed files with 6 additions and 1 deletions

View file

@ -1,5 +1,10 @@
## Modifications since version 2.x
### 7.3.1
* Fix placement of above marks over Cyrillic Small Ge, Te, and Ya (#1157).
### 7.3.0
* Add Greek Upsilon with Hook Symbol (`U+03D2`).

View file

@ -1,6 +1,6 @@
{
"name": "iosevka",
"version": "7.3.0",
"version": "7.3.1",
"main": "./font-src/index.js",
"scripts": {
"build": "node utility/ensure-verda-exists && verda -f verdafile.js",