Skip to content

Commit 88bc51f

Browse files
chore(release): 3.0.0 [skip ci]
# [3.0.0](v2.0.0...v3.0.0) (2019-04-07) ### Features * Add `ipd` as shorter binary alias ([089f23e](089f23e)) * Remove friction from first use ([000d323](000d323)) ### BREAKING CHANGES * * Make 'public' default deploy path for binary * Open public gateway URL on browser by default, use -O to opt-out * Don't require signing up for anything with default options * Don't upload to pinata by default * Don't update cloudflare DNS by default, use -d cloudflare * Keep uploading to infura, which doesn't require signup * Rework API options for deploy()
1 parent 000d323 commit 88bc51f

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# [3.0.0](https://github.com/agentofuser/ipfs-deploy/compare/v2.0.0...v3.0.0) (2019-04-07)
2+
3+
### Features
4+
5+
- Add `ipd` as shorter binary alias
6+
([089f23e](https://github.com/agentofuser/ipfs-deploy/commit/089f23e))
7+
- Remove friction from first use
8+
([000d323](https://github.com/agentofuser/ipfs-deploy/commit/000d323))
9+
10+
### BREAKING CHANGES
11+
12+
- - Make 'public' default deploy path for binary
13+
- Open public gateway URL on browser by default, use -O to opt-out
14+
- Don't require signing up for anything with default options
15+
- Don't upload to pinata by default
16+
- Don't update cloudflare DNS by default, use -d cloudflare
17+
- Keep uploading to infura, which doesn't require signup
18+
- Rework API options for deploy()
19+
120
# [2.0.0](https://github.com/agentofuser/ipfs-deploy/compare/v1.2.0...v2.0.0) (2019-04-04)
221

322
### Features

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agentofuser/ipfs-deploy",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "Pin directory locally, send hash to pinning service, and update DNS",
55
"author": {
66
"name": "Agent of User",

0 commit comments

Comments
 (0)