Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
 - interface-ipfs-core@0.149.0
 - ipfs-cli@0.8.0
 - ipfs-client@0.6.0
 - ipfs-core-types@0.7.0
 - ipfs-core-utils@0.10.0
 - ipfs-core@0.10.0
 - ipfs-daemon@0.9.0
 - ipfs-grpc-client@0.5.0
 - ipfs-grpc-server@0.5.0
 - ipfs-http-client@52.0.0
 - ipfs-http-gateway@0.6.0
 - ipfs-http-server@0.7.0
 - ipfs-message-port-client@0.8.0
 - ipfs-message-port-protocol@0.9.0
 - ipfs-message-port-server@0.9.0
 - ipfs@0.57.0
  • Loading branch information
achingbrain committed Aug 11, 2021
1 parent 77f1fd1 commit 59e7a7b
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 3 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,29 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [52.0.0](https://github.com/ipfs/js-ipfs/compare/ipfs-http-client@51.0.1...ipfs-http-client@52.0.0) (2021-08-11)


### Bug Fixes

* return rate in/out as number ([#3798](https://github.com/ipfs/js-ipfs/issues/3798)) ([2f3df7a](https://github.com/ipfs/js-ipfs/commit/2f3df7a70fe94d6bdf20947854dc9d0b88cb759a)), closes [#3782](https://github.com/ipfs/js-ipfs/issues/3782)


### Features

* ed25519 keys by default ([#3693](https://github.com/ipfs/js-ipfs/issues/3693)) ([33fa734](https://github.com/ipfs/js-ipfs/commit/33fa7341c3baaf0926d887c071cc6fbce5ac49a8))
* make ipfs.get output tarballs ([#3785](https://github.com/ipfs/js-ipfs/issues/3785)) ([1ad6001](https://github.com/ipfs/js-ipfs/commit/1ad60018d39d5b46c484756631e30e1989fd8eba))


### BREAKING CHANGES

* rateIn/rateOut are returned as numbers
* the output type of `ipfs.get` has changed and the `recursive` option has been removed from `ipfs.ls` since it was not supported everywhere





## [51.0.1](https://github.com/ipfs/js-ipfs/compare/ipfs-http-client@51.0.0...ipfs-http-client@51.0.1) (2021-07-30)

**Note:** Version bump only for package ipfs-http-client
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipfs-http-client",
"version": "51.0.1",
"version": "52.0.0",
"description": "A client library for the IPFS HTTP API",
"keywords": [
"ipfs"
Expand Down Expand Up @@ -51,8 +51,8 @@
"debug": "^4.1.1",
"err-code": "^3.0.1",
"form-data": "^4.0.0",
"ipfs-core-types": "^0.6.1",
"ipfs-core-utils": "^0.9.1",
"ipfs-core-types": "^0.7.0",
"ipfs-core-utils": "^0.10.0",
"ipfs-utils": "^8.1.4",
"it-first": "^1.0.6",
"it-last": "^1.0.4",
Expand Down

0 comments on commit 59e7a7b

Please sign in to comment.