From 5799474eaa3a841c64211e41f06fd959ed7c8cd7 Mon Sep 17 00:00:00 2001 From: Jeff Date: Sat, 12 May 2018 03:51:44 +0000 Subject: [PATCH] chore(release): 1.2.2 [skip ci] ## [1.2.2](https://github.com/princjef/font-ligatures/compare/v1.2.1...v1.2.2) (2018-05-12) ### Performance Improvements * only try lookups that might result in a substitution ([e5a0b03](https://github.com/princjef/font-ligatures/commit/e5a0b03)) --- CHANGELOG.md | 8 ++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 810a1fd..80b2c78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ + +## [1.2.2](https://github.com/princjef/font-ligatures/compare/v1.2.1...v1.2.2) (2018-05-12) + + +### Performance Improvements + +* only try lookups that might result in a substitution ([e5a0b03](https://github.com/princjef/font-ligatures/commit/e5a0b03)) + ## [1.2.1](https://github.com/princjef/font-ligatures/compare/v1.2.0...v1.2.1) (2018-05-11) diff --git a/package-lock.json b/package-lock.json index 5099a5f..0bb803b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "font-ligatures", - "version": "1.2.1", + "version": "1.2.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c4de4ef..f1c97c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "font-ligatures", - "version": "1.2.1", + "version": "1.2.2", "description": "Find ligature replacements for any system font", "homepage": "https://github.com/princjef/font-ligatures#readme", "repository": {