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": {