Skip to content
This repository has been archived by the owner on Oct 20, 2020. It is now read-only.

Commit

Permalink
chore(release): 1.10.33
Browse files Browse the repository at this point in the history
  • Loading branch information
kenshyx committed Oct 9, 2018
1 parent cb7c1c1 commit f5a4b50
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 51 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.10.33"></a>
## [1.10.33](https://github.com/AkashaProject/ipfs-connector/compare/v1.10.32...v1.10.33) (2018-10-09)



<a name="1.10.32"></a>
## [1.10.32](https://github.com/AkashaProject/ipfs-connector/compare/v1.10.31...v1.10.32) (2018-09-24)

Expand Down
90 changes: 46 additions & 44 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "@akashaproject/ipfs-connector",
"version": "1.10.32",
"version": "1.10.33",
"description": "Ipfs download/process manager",
"main": "index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -31,26 +31,26 @@
},
"dependencies": {
"@akashaproject/bin-wrapper-progress": "1.0.7",
"@akashaproject/ipfs-connector-utils": "1.0.23",
"@akashaproject/ipfs-connector-utils": "1.0.24",
"@types/bluebird": "3.5.24",
"@types/node": "10.10.3",
"@types/node": "10.11.5",
"bluebird": "3.5.2",
"ipfs-api": "24.0.2",
"is-ipfs": "0.4.2"
"is-ipfs": "0.4.7"
},
"devDependencies": {
"@types/chai": "4.1.5",
"@types/chai": "4.1.6",
"@types/mocha": "5.2.5",
"@types/rimraf": "2.0.2",
"chai": "4.1.2",
"chai": "4.2.0",
"coveralls": "3.0.2",
"istanbul": "0.4.5",
"mocha": "5.2.0",
"mocha-lcov-reporter": "1.3.0",
"rimraf": "2.6.2",
"standard-version": "4.4.0",
"tslint": "5.11.0",
"typescript": "3.0.3"
"typescript": "3.1.1"
},
"homepage": "https://github.com/AkashaProject/ipfs-connector#readme",
"directories": {
Expand Down

0 comments on commit f5a4b50

Please sign in to comment.