From fc8bde79fe02af1f25261c37a214135da87fbd88 Mon Sep 17 00:00:00 2001 From: Jeff Date: Thu, 3 May 2018 16:13:30 +0000 Subject: [PATCH] chore(release): 1.2.0 [skip ci] # [1.2.0](https://github.com/princjef/font-ligatures/compare/v1.1.1...v1.2.0) (2018-05-03) ### Features * add ability to retrieve only the ligature ranges ([f120430](https://github.com/princjef/font-ligatures/commit/f120430)) --- 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 4ae8ee9..5388f76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ + +# [1.2.0](https://github.com/princjef/font-ligatures/compare/v1.1.1...v1.2.0) (2018-05-03) + + +### Features + +* add ability to retrieve only the ligature ranges ([f120430](https://github.com/princjef/font-ligatures/commit/f120430)) + ## [1.1.1](https://github.com/princjef/font-ligatures/compare/v1.1.0...v1.1.1) (2018-05-03) diff --git a/package-lock.json b/package-lock.json index 7011d25..d6a3d67 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "font-ligatures", - "version": "1.1.1", + "version": "1.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c16b696..11c8661 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "font-ligatures", - "version": "1.1.1", + "version": "1.2.0", "description": "Find ligature replacements for any system font", "homepage": "https://github.com/princjef/font-ligatures#readme", "repository": {