diff --git a/CHANGELOG.md b/CHANGELOG.md index 0457aff..83bfa40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # Change Log -## Unreleased +## v1.8.2 - Support over-140-char tweets properly - Focus on an invisible element with Tab when focusing on the editor - Since v1.6.7, the focus had unintended behaviors. This fixes the issue of v1.6.7+. diff --git a/package.json b/package.json index 8c6f8d2..55d338d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "Nocturn", "description": "Multi-platform Twitter Client built with React, Redux and Electron", - "version": "1.8.1", + "version": "1.8.2", "main": "app/main.js", "repository": "https://github.com/k0kubun/Nocturn", "author": {