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