Skip to content

Commit

Permalink
Updated CHANGELOG and bumped version for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsmecham committed Feb 16, 2018
1 parent fc1a252 commit 9ed2a45
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.5.2

* Fixed serialization of shell arguments.

## 0.5.1

* Improved serialization of terminal sessions so that the configuration in effect when a session is opened (i.e. shell path, arguments, etc) gets restored properly when reopening Atom.
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.1",
"version": "0.5.2",
"description": "A simple terminal for panes and docks.",
"author": {
"name": "Justin Mecham",
Expand Down

0 comments on commit 9ed2a45

Please sign in to comment.