Skip to content

Commit

Permalink
chore(release): 0.2.1-0
Browse files Browse the repository at this point in the history
  • Loading branch information
grailian committed Aug 16, 2017
1 parent 131b03e commit a391add
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="0.2.1-0"></a>
## [0.2.1-0](https://github.com/codehangar/reqlpro/compare/v0.2.0...v0.2.1-0) (2017-08-16)


### Bug Fixes

* **passwords:** implement keytar on main process instead of render process, and include as a local build dependency ([3af4fe1](https://github.com/codehangar/reqlpro/commit/3af4fe1))


### Features

* **Data Explorer - Table View:** For cell whose contents represent an "object", replace the placeholder "{Object...}" string with a JSON.stringify() of the cell contents ([dfaf34e](https://github.com/codehangar/reqlpro/commit/dfaf34e))



<a name="0.2.0"></a>
# [0.2.0](https://github.com/codehangar/reqlpro/compare/v0.1.1...v0.2.0) (2017-08-09)

Expand Down
2 changes: 1 addition & 1 deletion package.build.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "reqlpro",
"productName": "ReQLPro",
"version": "0.2.0",
"version": "0.2.1-0",
"engine": "node 6.10.3",
"description": "A simple desktop client to connect to RethinkDB servers to work with data.",
"main": "./shell/main.js",
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": "reqlpro",
"productName": "ReQLPro",
"version": "0.2.0",
"version": "0.2.1-0",
"engine": "node 6.10.3",
"description": "A simple desktop client to connect to RethinkDB servers to work with data.",
"main": "./shell/main.js",
Expand Down

0 comments on commit a391add

Please sign in to comment.