From 30dd4253e3f16e2dc50f7cb0d167d01c6c229f4a Mon Sep 17 00:00:00 2001 From: Justin Mecham Date: Sat, 21 Apr 2018 01:32:56 -0400 Subject: [PATCH] Bumped version to 0.5.6. --- CHANGELOG.md | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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",