From 49777ce67a7dff1fe92fd191dec6e3b5d549a017 Mon Sep 17 00:00:00 2001
From: Zach Leatherman <zachleatherman@gmail.com>
Date: Wed, 28 Jun 2017 10:52:44 -0500
Subject: [PATCH] Bumps to 2.0, adds contributor

---
 CHANGELOG.md | 4 ++++
 package.json | 6 ++++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index e98c7ed..7a4eee3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 2.0.0 (2017-06-28)
+
+- Changed from `system` to `system-ui` to match the CSS specification.
+
 ## 1.1.0 (2015-08-02)
 
 - Added: Android fonts Roboto and Droid Sans after Ubuntu.
diff --git a/package.json b/package.json
index d58b4c2..770c28b 100644
--- a/package.json
+++ b/package.json
@@ -1,9 +1,11 @@
 {
 	"name": "system-font-css",
 	"description": "Use the native system font of the OS running the browser",
-	"version": "1.1.0",
+	"version": "2.0.0",
 	"author": "Jonathan Neal <jonathantneal@hotmail.com> (http://jonathantneal.com)",
-	"contributors": [],
+	"contributors": [
+		"Zach Leatherman <zachleatherman@gmail.com> (https://zachleat.com/)"
+	],
 	"homepage": "https://github.com/jonathantneal/system-font-css",
 	"license": "CC0-1.0",
 	"keywords": ["system", "fonts", "faces", "rules", "css", "mac", "windows", "ubuntu", "san", "fransisco", "helvetica", "neue", "lucida", "grande", "segoe", "ui", "microsoft", "sans", "serif"],
-- 
GitLab