From bd67ab3b3c239cfe88688b9be0a8064ada20ee9f Mon Sep 17 00:00:00 2001 From: Jeff Date: Fri, 11 May 2018 04:57:09 +0000 Subject: [PATCH] chore(release): 1.2.1 [skip ci] ## [1.2.1](https://github.com/princjef/font-ligatures/compare/v1.2.0...v1.2.1) (2018-05-11) ### Performance Improvements * generate lookup tree on load ([10c7fc1](https://github.com/princjef/font-ligatures/commit/10c7fc1)) --- 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 5388f76..810a1fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ + +## [1.2.1](https://github.com/princjef/font-ligatures/compare/v1.2.0...v1.2.1) (2018-05-11) + + +### Performance Improvements + +* generate lookup tree on load ([10c7fc1](https://github.com/princjef/font-ligatures/commit/10c7fc1)) + # [1.2.0](https://github.com/princjef/font-ligatures/compare/v1.1.1...v1.2.0) (2018-05-03) diff --git a/package-lock.json b/package-lock.json index 0e6b363..5099a5f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "font-ligatures", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 16b8d76..c4de4ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "font-ligatures", - "version": "1.2.0", + "version": "1.2.1", "description": "Find ligature replacements for any system font", "homepage": "https://github.com/princjef/font-ligatures#readme", "repository": {