This commit is contained in:
be5invis 2021-02-14 07:24:16 -08:00
parent 79a0303154
commit 16b8c57e93
2 changed files with 7 additions and 1 deletions

View file

@ -1,5 +1,11 @@
## Modifications since version 2.x
### 5.0.1
* Correct shape of turned `t`, and width of various variant of `t` and `r` in Aile (#892).
* Add ligation for connected underscore. Currently only under `dlig` (#888).
### 5.0.0
* **Breaking** Iosevka Aile and Iosevka Etoile now support `cv##` and `ss##` features.

View file

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