Skip to content

Commit

Permalink
Publish v0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Le Cam committed Oct 1, 2019
1 parent 7f10360 commit e1c34a4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## v0.10.0 (unreleased)
## v0.10.0 (2019-10-01)

### Breaking changes

Expand Down
1 change: 1 addition & 0 deletions docs/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ erebos bzz:download 1fa02eab3a58fca347e17b49476a6a19c42187cf4c17452944d787880993

- `--content-type`: content-type header when uploading a single file, if not set the file will be uploaded in raw mode
- `--default-path`: path of the default entry when resolving the manifest root
- `--pin`: pin the uploaded resource

**Example**

Expand Down
3 changes: 2 additions & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
},
"devDependencies": {
"@oclif/dev-cli": "^1.22.2",
"@types/update-notifier": "^2.5.0"
"@types/update-notifier": "^2.5.0",
"del-cli": "^3.0.0"
}
}

0 comments on commit e1c34a4

Please sign in to comment.