diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bb6976..4b68401 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ -## master +## 0.5.6 +* Fixed a race condition while opening terminals in tests (thanks @edjubuh). * Include the initial working directory in serialized session state. * Eliminated a workspace lookup on pty-based exits. * Removed the polyfill for ResizeObserver and set the required Atom version to 1.19+ to ensure the presence of native support. diff --git a/package.json b/package.json index 0ff9507..6293220 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "terminal-tab", "main": "./lib/main", - "version": "0.5.5", + "version": "0.5.6", "description": "A simple terminal for panes and docks.", "author": { "name": "Justin Mecham",