diff --git a/CHANGELOG.md b/CHANGELOG.md index e98c7edfab887d6c7d0cd570871097d9f5527a14..7a4eee3d645c21cfc9827001ab4d967513dfc325 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 d58b4c243906a0334f838a06d4b2fc7a0ca5d8aa..770c28baca30051531b438c788485e1883eb39ca 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"],