Skip to content
This repository has been archived by the owner on Nov 27, 2019. It is now read-only.

Commit

Permalink
chore(release): 1.6.28
Browse files Browse the repository at this point in the history
  • Loading branch information
kenshyx committed Feb 20, 2017
1 parent b953e7b commit a412257
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,11 @@

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="1.6.28"></a>
## [1.6.28](https://github.com/AkashaProject/geth-connector/compare/v1.6.27...v1.6.28) (2017-02-20)



<a name="1.6.27"></a>
## [1.6.27](https://github.com/AkashaProject/geth-connector/compare/v1.6.26...v1.6.27) (2017-02-03)

Expand Down
16 changes: 8 additions & 8 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "@akashaproject/geth-connector",
"version": "1.6.27",
"version": "1.6.28",
"description": "Package used by AKASHA to manage geth/web3",
"main": "index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -32,28 +32,28 @@
"homepage": "https://github.com/AkashaProject/geth-connector#readme",
"dependencies": {
"@types/bluebird": "3.0.37",
"@types/chai": "3.4.34",
"@types/chai": "3.4.35",
"@types/debug": "0.0.29",
"@types/mocha": "2.2.38",
"@types/node": "7.0.4",
"@types/mocha": "2.2.39",
"@types/node": "7.0.5",
"@types/rimraf": "0.0.28",
"@types/sinon": "1.16.34",
"@types/sinon": "1.16.35",
"bin-wrapper": "3.0.2",
"bluebird": "3.4.7",
"web3": "0.18.2"
},
"devDependencies": {
"chai": "3.5.0",
"coveralls": "2.11.15",
"coveralls": "2.11.16",
"ethereumjs-testrpc": "3.0.3",
"istanbul": "0.4.5",
"mocha": "3.2.0",
"mocha-lcov-reporter": "1.2.0",
"rimraf": "2.5.4",
"rimraf": "2.6.0",
"sinon": "1.17.7",
"standard-version": "4.0.0",
"tslint": "4.4.2",
"typescript": "2.1.5"
"typescript": "2.1.6"
},
"directories": {
"test": "tests"
Expand Down

0 comments on commit a412257

Please sign in to comment.