diff --git a/HISTORY.md b/HISTORY.md index c28bbd8f..3c4d42df 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,4 +1,13 @@ +0.7.1 / 2016-07-26 +================== + + * notifications: fix `(notes)` link [@rauchg] + * session: suffix `UTF-8` to locale [@rauchg] + * revert `--ignore-scripts` [@rauchg] + * rpc server now extends `EventEmitter` (#406) [@jaywunder] + * add a slight timeout to update the fontSmoothing pref (#407) [@mike-engel] + 0.7.0 / 2016-07-25 ================== diff --git a/package.json b/package.json index dc673056..2433a19e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hyperterm", - "version": "0.7.0", + "version": "0.7.1", "description": "Web app that runs in the renderer process", "repository": "zeit/hyperterm", "author": {