From 6582334576a3ebe6ee017582b00a077b23f2562a Mon Sep 17 00:00:00 2001 From: be5invis Date: Sat, 10 Jul 2021 03:59:12 -0700 Subject: [PATCH] Release 7.2.7 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6f4ed384..2e55fd79c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ ## Modifications since version 2.x +### 7.2.7 + + * Fix incorrect shape of Proportional To (`U+221D`), Infinity (`U+221E`) and Inverted Lazy S (`U+223E`) under Italic/Oblique. + * Fix shape of `d` `serifed-tailed` (#1150). + * Make Latin Small Letter Dotless J with Stroke and Hook (`U+0284`) follow shape of `f` (#1151). + * Fix `cv44` application on phonetic letters (#1152). + * Fix shape of Combining Low Line (#1153). + + ### 7.2.6 * Fixed shape of Bulgarian I with Breve, Yer, Yeri, De, Che and En (#1147). diff --git a/package.json b/package.json index 378b800cd..c8c2f081f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iosevka", - "version": "7.2.6", + "version": "7.2.7", "main": "./font-src/index.js", "scripts": { "build": "node utility/ensure-verda-exists && verda -f verdafile.js",