From 16b8c57e93b68d7c20926d9b391addfbd99cd853 Mon Sep 17 00:00:00 2001 From: be5invis Date: Sun, 14 Feb 2021 07:24:16 -0800 Subject: [PATCH] r5.0.1 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d53d9d9c3..8a8211a16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/package.json b/package.json index 813483cea..73c999e84 100644 --- a/package.json +++ b/package.json @@ -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",