Skip to content

Commit 0760804

Browse files
committed
chore(release): 0.2.1
1 parent a391add commit 0760804

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
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.
44

5+
<a name="0.2.1"></a>
6+
## [0.2.1](https://github.com/codehangar/reqlpro/compare/v0.2.1-0...v0.2.1) (2017-08-25)
7+
8+
9+
510
<a name="0.2.1-0"></a>
611
## [0.2.1-0](https://github.com/codehangar/reqlpro/compare/v0.2.0...v0.2.1-0) (2017-08-16)
712

package.build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "reqlpro",
33
"productName": "ReQLPro",
4-
"version": "0.2.1-0",
4+
"version": "0.2.1",
55
"engine": "node 6.10.3",
66
"description": "A simple desktop client to connect to RethinkDB servers to work with data.",
77
"main": "./shell/main.js",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "reqlpro",
33
"productName": "ReQLPro",
4-
"version": "0.2.1-0",
4+
"version": "0.2.1",
55
"engine": "node 6.10.3",
66
"description": "A simple desktop client to connect to RethinkDB servers to work with data.",
77
"main": "./shell/main.js",

0 commit comments

Comments
 (0)