Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
 - interface-ipfs-core@0.146.1
 - ipfs-cli@0.6.1
 - ipfs-client@0.4.2
 - ipfs-core-types@0.5.1
 - ipfs-core-utils@0.8.2
 - ipfs-core@0.7.1
 - ipfs-daemon@0.7.1
 - ipfs-grpc-client@0.3.2
 - ipfs-grpc-server@0.3.3
 - ipfs-http-client@50.1.1
 - ipfs-http-gateway@0.4.2
 - ipfs-http-server@0.5.1
 - ipfs-message-port-client@0.6.3
 - ipfs-message-port-protocol@0.7.2
 - ipfs-message-port-server@0.7.2
 - ipfs@0.55.3
  • Loading branch information
achingbrain committed Jun 5, 2021
1 parent a0f2b34 commit 1523e33
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [50.1.1](https://github.com/ipfs/js-ipfs/compare/ipfs-http-client@50.1.0...ipfs-http-client@50.1.1) (2021-06-05)


### Bug Fixes

* add onError to pubsub.subscribe types ([#3706](https://github.com/ipfs/js-ipfs/issues/3706)) ([d910aea](https://github.com/ipfs/js-ipfs/commit/d910aead8c8be6798cf838245511331b3f69634c)), closes [#3468](https://github.com/ipfs/js-ipfs/issues/3468)
* stalling subscription on (node) http-client when daemon is stopped ([#3468](https://github.com/ipfs/js-ipfs/issues/3468)) ([0266abf](https://github.com/ipfs/js-ipfs/commit/0266abf0c4b817636172f78c6e91eb4dd5aad451)), closes [#3465](https://github.com/ipfs/js-ipfs/issues/3465)





# [50.1.0](https://github.com/ipfs/js-ipfs/compare/ipfs-http-client@50.0.0...ipfs-http-client@50.1.0) (2021-05-26)


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": "50.1.0",
"version": "50.1.1",
"description": "A client library for the IPFS HTTP API",
"keywords": [
"ipfs"
Expand Down Expand Up @@ -49,8 +49,8 @@
"cids": "^1.1.6",
"debug": "^4.1.1",
"form-data": "^4.0.0",
"ipfs-core-types": "^0.5.0",
"ipfs-core-utils": "^0.8.1",
"ipfs-core-types": "^0.5.1",
"ipfs-core-utils": "^0.8.2",
"ipfs-unixfs": "^4.0.3",
"ipfs-utils": "^8.1.2",
"ipld-block": "^0.11.0",
Expand Down

0 comments on commit 1523e33

Please sign in to comment.