From 4e50610989c51453cd57297cba153b855a34f8af Mon Sep 17 00:00:00 2001 From: kiliman Date: Mon, 30 Sep 2019 20:09:35 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Deploy=20v2.2.5=20with=20Operato?= =?UTF-8?q?r=20Mono=20Book/Italic=20ligatures?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 +++++++- package.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fb48370..f7a8696 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ those found in the popular [Fira Code](https://github.com/tonsky/FiraCode) font. These ligatures were custom created using [Glyphs](https://glyphsapp.com/). There are even italic versions of the ligatures. -## New Version 2.2.4 +## New Version 2.2.5 All new redesigned ligatures with better hinting. Updated font generation to support advanced OpenType features like those found in Fira Code. For example, the cursor now moves inside the ligature. It also handles repeating @@ -28,6 +28,11 @@ the following fonts. Thanks Mark, and thanks to all of you who have been patient - Operator Mono SSm Medium/Medium Italic - Operator Mono SSm Bold/Bold Italic - Operator Mono Light/Light Italic +- Operator Mono Book/Book Italic + +### 🐛 Fixed in Version 2.2.5 + +Add Operator Mono Book/Book Italic ligatures. ### 🐛 Fixed in Version 2.2.4 @@ -198,6 +203,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d + This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! diff --git a/package.json b/package.json index 595163e..b977a95 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "operator-mono-lig", - "version": "2.2.2", + "version": "2.2.5", "description": "Patch Operator Mono font to include ligatures", "main": "index.js", "scripts": {