Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit c16b5b4

Browse files
committed
1 parent caa0076 commit c16b5b4

File tree

6 files changed

+45
-6
lines changed

6 files changed

+45
-6
lines changed

packages/interface-ipfs-core/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.134.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.134.1) (2020-04-28)
7+
8+
9+
### Bug Fixes
10+
11+
* fix gc tests ([#3008](https://github.com/ipfs/js-ipfs/issues/3008)) ([9f7f03e](https://github.com/ipfs/js-ipfs/commit/9f7f03e1ea672834b7f984657c7d7d7c768bcd6c))
12+
13+
14+
15+
16+
617
# [0.134.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.134.0) (2020-04-16)
718

819

packages/interface-ipfs-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "interface-ipfs-core",
3-
"version": "0.134.0",
3+
"version": "0.134.1",
44
"description": "A test suite and interface you can use to implement a IPFS core interface.",
55
"leadMaintainer": "Alex Potsides <[email protected]>",
66
"main": "src/index.js",

packages/ipfs-http-client/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [44.0.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@44.0.1) (2020-04-28)
7+
8+
9+
### Bug Fixes
10+
11+
* do not abort dht operation on error responses ([#3001](https://github.com/ipfs/js-ipfs/issues/3001)) ([a69f782](https://github.com/ipfs/js-ipfs/commit/a69f7828ccd77ab502689e45ed1112c9f804b386)), closes [#2991](https://github.com/ipfs/js-ipfs/issues/2991)
12+
* fix gc tests ([#3008](https://github.com/ipfs/js-ipfs/issues/3008)) ([9f7f03e](https://github.com/ipfs/js-ipfs/commit/9f7f03e1ea672834b7f984657c7d7d7c768bcd6c))
13+
14+
15+
16+
17+
618
# [44.0.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@44.0.0) (2020-04-16)
719

820

packages/ipfs-http-client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-http-client",
3-
"version": "44.0.0",
3+
"version": "44.0.1",
44
"description": "A client library for the IPFS HTTP API",
55
"keywords": [
66
"ipfs"
@@ -71,7 +71,7 @@
7171
"browser-process-platform": "^0.1.1",
7272
"cross-env": "^7.0.0",
7373
"go-ipfs-dep": "0.4.23-3",
74-
"interface-ipfs-core": "^0.134.0",
74+
"interface-ipfs-core": "^0.134.1",
7575
"ipfsd-ctl": "^3.0.0",
7676
"it-all": "^1.0.1",
7777
"it-concat": "^1.0.0",

packages/ipfs/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.43.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.43.1) (2020-04-28)
7+
8+
9+
### Bug Fixes
10+
11+
* correct dht reference in ipns routing ([#2996](https://github.com/ipfs/js-ipfs/issues/2996)) ([d2579c0](https://github.com/ipfs/js-ipfs/commit/d2579c0e8f1e81c1a2df578d46459c7a1eeeba53))
12+
13+
14+
### Features
15+
16+
* webui v2.7.5, with feeling ([#2984](https://github.com/ipfs/js-ipfs/issues/2984)) ([2e0a114](https://github.com/ipfs/js-ipfs/commit/2e0a1144d9405f1a34fcd038361ad075968d841f))
17+
18+
19+
20+
21+
622
# [0.43.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.43.0) (2020-04-16)
723

824

packages/ipfs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs",
3-
"version": "0.43.0",
3+
"version": "0.43.1",
44
"description": "JavaScript implementation of the IPFS specification",
55
"keywords": [
66
"IPFS"
@@ -100,7 +100,7 @@
100100
"ipfs-block": "^0.8.1",
101101
"ipfs-block-service": "^0.16.0",
102102
"ipfs-core-utils": "^0.2.0",
103-
"ipfs-http-client": "^44.0.0",
103+
"ipfs-http-client": "^44.0.1",
104104
"ipfs-http-response": "^0.5.0",
105105
"ipfs-repo": "^1.0.1",
106106
"ipfs-unixfs": "^1.0.1",
@@ -184,7 +184,7 @@
184184
"execa": "^4.0.0",
185185
"form-data": "^3.0.0",
186186
"go-ipfs-dep": "0.4.23-3",
187-
"interface-ipfs-core": "^0.134.0",
187+
"interface-ipfs-core": "^0.134.1",
188188
"ipfs-interop": "^1.0.1",
189189
"ipfsd-ctl": "^3.0.0",
190190
"iso-random-stream": "^1.1.1",

0 commit comments

Comments
 (0)