Skip to content

Commit

Permalink
chore(release): 7.7.0 [skip ci]
Browse files Browse the repository at this point in the history
# [7.7.0](v7.6.0...v7.7.0) (2019-06-07)

### Bug Fixes

* don't deploy after printing version ([4cbe850](4cbe850)), closes [#6](#6)
* print pinned hash to stdout ([2d4e2c9](2d4e2c9)), closes [#9](#9)

### Features

* use HTTP to pin to Pinata ([14e7453](14e7453)), closes [#11](#11)
  • Loading branch information
semantic-release-bot committed Jun 7, 2019
1 parent 14e7453 commit 94aeb38
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [7.7.0](https://github.com/agentofuser/ipfs-deploy/compare/v7.6.0...v7.7.0) (2019-06-07)

### Bug Fixes

- don't deploy after printing version
([4cbe850](https://github.com/agentofuser/ipfs-deploy/commit/4cbe850)),
closes [#6](https://github.com/agentofuser/ipfs-deploy/issues/6)
- print pinned hash to stdout
([2d4e2c9](https://github.com/agentofuser/ipfs-deploy/commit/2d4e2c9)),
closes [#9](https://github.com/agentofuser/ipfs-deploy/issues/9)

### Features

- use HTTP to pin to Pinata
([14e7453](https://github.com/agentofuser/ipfs-deploy/commit/14e7453)),
closes [#11](https://github.com/agentofuser/ipfs-deploy/issues/11)

# [7.6.0](https://github.com/agentofuser/ipfs-deploy/compare/v7.5.0...v7.6.0) (2019-05-17)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agentofuser/ipfs-deploy",
"version": "7.6.0",
"version": "7.7.0",
"description": "Zero-Config CLI to Deploy Static Websites to IPFS",
"author": {
"name": "Agent of User",
Expand Down

0 comments on commit 94aeb38

Please sign in to comment.