Skip to content

Commit

Permalink
Bumped version to 0.5.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsmecham committed Apr 21, 2018
1 parent 4a5c8b6 commit 30dd425
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 30dd425

Please sign in to comment.