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

Commit 1506738

Browse files
chore: release master
1 parent acbc1c6 commit 1506738

File tree

21 files changed

+144
-35
lines changed

21 files changed

+144
-35
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"packages/interface-ipfs-core":"0.156.1","packages/ipfs":"0.64.2","packages/ipfs-cli":"0.14.2","packages/ipfs-client":"0.9.1","packages/ipfs-core":"0.16.1","packages/ipfs-core-config":"0.5.1","packages/ipfs-core-types":"0.12.1","packages/ipfs-core-utils":"0.16.1","packages/ipfs-daemon":"0.14.2","packages/ipfs-grpc-client":"0.11.1","packages/ipfs-grpc-protocol":"0.7.0","packages/ipfs-grpc-server":"0.10.1","packages/ipfs-http-client":"58.0.1","packages/ipfs-http-gateway":"0.11.1","packages/ipfs-http-response":"4.0.1","packages/ipfs-http-server":"0.13.2","packages/ipfs-message-port-client":"0.13.1","packages/ipfs-message-port-protocol":"0.13.1","packages/ipfs-message-port-server":"0.13.1"}
1+
{"packages/interface-ipfs-core":"0.157.0","packages/ipfs":"0.64.3","packages/ipfs-cli":"0.14.3","packages/ipfs-client":"0.9.1","packages/ipfs-core":"0.17.0","packages/ipfs-core-config":"0.5.1","packages/ipfs-core-types":"0.12.1","packages/ipfs-core-utils":"0.16.1","packages/ipfs-daemon":"0.14.3","packages/ipfs-grpc-client":"0.11.1","packages/ipfs-grpc-protocol":"0.7.0","packages/ipfs-grpc-server":"0.10.2","packages/ipfs-http-client":"58.0.1","packages/ipfs-http-gateway":"0.11.2","packages/ipfs-http-response":"4.0.2","packages/ipfs-http-server":"0.13.3","packages/ipfs-message-port-client":"0.13.2","packages/ipfs-message-port-protocol":"0.13.1","packages/ipfs-message-port-server":"0.13.1"}

packages/interface-ipfs-core/CHANGELOG.md

Lines changed: 12 additions & 1 deletion
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.157.0](https://www.github.com/ipfs/js-ipfs/compare/interface-ipfs-core-v0.156.1...interface-ipfs-core-v0.157.0) (2022-09-22)
7+
8+
9+
### ⚠ BREAKING CHANGES
10+
11+
* require IPNS V2 signatures (#4207)
12+
13+
### Bug Fixes
14+
15+
* require IPNS V2 signatures ([#4207](https://www.github.com/ipfs/js-ipfs/issues/4207)) ([d1b0a8a](https://www.github.com/ipfs/js-ipfs/commit/d1b0a8a71073b4ece0dbda5a5405d76dd8d5b358))
16+
617
### [0.156.1](https://www.github.com/ipfs/js-ipfs/compare/interface-ipfs-core-v0.156.0...interface-ipfs-core-v0.156.1) (2022-09-21)
718

819

@@ -2427,4 +2438,4 @@ Signed-off-by: Alan Shaw <[email protected]>
24272438

24282439
### Bug Fixes
24292440

2430-
* remove superfluous console.logs ([442ea74](https://github.com/ipfs/interface-ipfs-core/commit/442ea74))
2441+
* remove superfluous console.logs ([442ea74](https://github.com/ipfs/interface-ipfs-core/commit/442ea74))

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.156.1",
3+
"version": "0.157.0",
44
"description": "A test suite and interface you can use to implement a IPFS core interface.",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/interface-ipfs-core#readme",

packages/ipfs-cli/CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.14.3](https://www.github.com/ipfs/js-ipfs/compare/ipfs-cli-v0.14.2...ipfs-cli-v0.14.3) (2022-09-22)
7+
8+
9+
### Dependencies
10+
11+
* The following workspace dependencies were updated
12+
* dependencies
13+
* ipfs-core bumped from ^0.16.1 to ^0.17.0
14+
* ipfs-daemon bumped from ^0.14.2 to ^0.14.3
15+
616
### [0.14.2](https://www.github.com/ipfs/js-ipfs/compare/ipfs-cli-v0.14.1...ipfs-cli-v0.14.2) (2022-09-21)
717

818

@@ -613,4 +623,4 @@ Co-authored-by: achingbrain <[email protected]>
613623
### Features
614624

615625
* enable custom formats for dag put and get ([#3347](https://github.com/ipfs/js-ipfs/issues/3347)) ([3250ff4](https://github.com/ipfs/js-ipfs/commit/3250ff453a1d3275cc4ab746f59f9f70abd5cc5f))
616-
* type check & generate defs from jsdoc ([#3281](https://github.com/ipfs/js-ipfs/issues/3281)) ([bbcaf34](https://github.com/ipfs/js-ipfs/commit/bbcaf34111251b142273a5675f4754ff68bd9fa0))
626+
* type check & generate defs from jsdoc ([#3281](https://github.com/ipfs/js-ipfs/issues/3281)) ([bbcaf34](https://github.com/ipfs/js-ipfs/commit/bbcaf34111251b142273a5675f4754ff68bd9fa0))

packages/ipfs-cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-cli",
3-
"version": "0.14.2",
3+
"version": "0.14.3",
44
"description": "JavaScript implementation of the IPFS specification",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-cli#readme",
@@ -78,10 +78,10 @@
7878
"byteman": "^1.3.5",
7979
"execa": "^6.1.0",
8080
"get-folder-size": "^4.0.0",
81-
"ipfs-core": "^0.16.1",
81+
"ipfs-core": "^0.17.0",
8282
"ipfs-core-types": "^0.12.1",
8383
"ipfs-core-utils": "^0.16.1",
84-
"ipfs-daemon": "^0.14.2",
84+
"ipfs-daemon": "^0.14.3",
8585
"ipfs-http-client": "^58.0.1",
8686
"ipfs-utils": "^9.0.6",
8787
"it-concat": "^2.0.0",

packages/ipfs-core/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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.17.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-v0.16.1...ipfs-core-v0.17.0) (2022-09-22)
7+
8+
9+
### ⚠ BREAKING CHANGES
10+
11+
* require IPNS V2 signatures (#4207)
12+
13+
### Bug Fixes
14+
15+
* require IPNS V2 signatures ([#4207](https://www.github.com/ipfs/js-ipfs/issues/4207)) ([d1b0a8a](https://www.github.com/ipfs/js-ipfs/commit/d1b0a8a71073b4ece0dbda5a5405d76dd8d5b358))
16+
17+
18+
### Dependencies
19+
20+
* The following workspace dependencies were updated
21+
* devDependencies
22+
* interface-ipfs-core bumped from ^0.156.1 to ^0.157.0
23+
624
### [0.16.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-v0.16.0...ipfs-core-v0.16.1) (2022-09-21)
725

826

packages/ipfs-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-core",
3-
"version": "0.16.1",
3+
"version": "0.17.0",
44
"description": "JavaScript implementation of the IPFS specification",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-core#readme",
@@ -156,7 +156,7 @@
156156
"delay": "^5.0.0",
157157
"go-ipfs": "^0.12.1",
158158
"interface-blockstore-tests": "^3.0.0",
159-
"interface-ipfs-core": "^0.156.1",
159+
"interface-ipfs-core": "^0.157.0",
160160
"ipfsd-ctl": "^12.0.3",
161161
"iso-url": "^1.0.0",
162162
"it-all": "^1.0.4",

packages/ipfs-daemon/CHANGELOG.md

Lines changed: 13 additions & 1 deletion
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+
### [0.14.3](https://www.github.com/ipfs/js-ipfs/compare/ipfs-daemon-v0.14.2...ipfs-daemon-v0.14.3) (2022-09-22)
7+
8+
9+
### Dependencies
10+
11+
* The following workspace dependencies were updated
12+
* dependencies
13+
* ipfs-core bumped from ^0.16.1 to ^0.17.0
14+
* ipfs-grpc-server bumped from ^0.10.1 to ^0.10.2
15+
* ipfs-http-gateway bumped from ^0.11.1 to ^0.11.2
16+
* ipfs-http-server bumped from ^0.13.2 to ^0.13.3
17+
618
### [0.14.2](https://www.github.com/ipfs/js-ipfs/compare/ipfs-daemon-v0.14.1...ipfs-daemon-v0.14.2) (2022-09-21)
719

820

@@ -526,4 +538,4 @@ Co-authored-by: Hugo Dias <[email protected]>
526538

527539
## 0.3.2 (2020-12-16)
528540

529-
**Note:** Version bump only for package ipfs-daemon
541+
**Note:** Version bump only for package ipfs-daemon

packages/ipfs-daemon/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-daemon",
3-
"version": "0.14.2",
3+
"version": "0.14.3",
44
"description": "JavaScript implementation of the IPFS specification",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-daemon#readme",
@@ -66,11 +66,11 @@
6666
"@libp2p/logger": "^2.0.0",
6767
"@libp2p/webrtc-star": "^3.0.0",
6868
"@mapbox/node-pre-gyp": "^1.0.5",
69-
"ipfs-core": "^0.16.1",
69+
"ipfs-core": "^0.17.0",
7070
"ipfs-core-types": "^0.12.1",
71-
"ipfs-grpc-server": "^0.10.1",
72-
"ipfs-http-gateway": "^0.11.1",
73-
"ipfs-http-server": "^0.13.2",
71+
"ipfs-grpc-server": "^0.10.2",
72+
"ipfs-http-gateway": "^0.11.2",
73+
"ipfs-http-server": "^0.13.3",
7474
"ipfs-utils": "^9.0.6",
7575
"libp2p": "^0.39.2"
7676
},

packages/ipfs-grpc-server/CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

66

7+
### [0.10.2](https://www.github.com/ipfs/js-ipfs/compare/ipfs-grpc-server-v0.10.1...ipfs-grpc-server-v0.10.2) (2022-09-22)
8+
9+
10+
### Dependencies
11+
12+
* The following workspace dependencies were updated
13+
* devDependencies
14+
* ipfs-core bumped from ^0.16.1 to ^0.17.0
15+
716
### [0.10.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-grpc-server-v0.10.0...ipfs-grpc-server-v0.10.1) (2022-09-21)
817

918

@@ -450,4 +459,4 @@ Co-authored-by: achingbrain <[email protected]>
450459

451460
### Features
452461

453-
* add grpc server and client ([#3403](https://github.com/ipfs/js-ipfs/issues/3403)) ([a9027e0](https://github.com/ipfs/js-ipfs/commit/a9027e0ec0cea9a4f34b4f2f52e09abb35237384)), closes [#2519](https://github.com/ipfs/js-ipfs/issues/2519) [#2838](https://github.com/ipfs/js-ipfs/issues/2838) [#2943](https://github.com/ipfs/js-ipfs/issues/2943) [#2854](https://github.com/ipfs/js-ipfs/issues/2854) [#2864](https://github.com/ipfs/js-ipfs/issues/2864)
462+
* add grpc server and client ([#3403](https://github.com/ipfs/js-ipfs/issues/3403)) ([a9027e0](https://github.com/ipfs/js-ipfs/commit/a9027e0ec0cea9a4f34b4f2f52e09abb35237384)), closes [#2519](https://github.com/ipfs/js-ipfs/issues/2519) [#2838](https://github.com/ipfs/js-ipfs/issues/2838) [#2943](https://github.com/ipfs/js-ipfs/issues/2943) [#2854](https://github.com/ipfs/js-ipfs/issues/2854) [#2864](https://github.com/ipfs/js-ipfs/issues/2864)

packages/ipfs-grpc-server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-grpc-server",
3-
"version": "0.10.1",
3+
"version": "0.10.2",
44
"description": "A server library for the IPFS gRPC API",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-grpc-server#readme",
@@ -84,7 +84,7 @@
8484
"devDependencies": {
8585
"@types/ws": "^8.5.3",
8686
"aegir": "^37.0.11",
87-
"ipfs-core": "^0.16.1",
87+
"ipfs-core": "^0.17.0",
8888
"it-all": "^1.0.4",
8989
"it-drain": "^1.0.3",
9090
"sinon": "^14.0.0"

packages/ipfs-http-gateway/CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

66

7+
### [0.11.2](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-gateway-v0.11.1...ipfs-http-gateway-v0.11.2) (2022-09-22)
8+
9+
10+
### Dependencies
11+
12+
* The following workspace dependencies were updated
13+
* dependencies
14+
* ipfs-http-response bumped from ^4.0.1 to ^4.0.2
15+
716
### [0.11.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-gateway-v0.11.0...ipfs-http-gateway-v0.11.1) (2022-09-21)
817

918

@@ -432,4 +441,4 @@ Co-authored-by: achingbrain <[email protected]>
432441

433442
### Features
434443

435-
* type check & generate defs from jsdoc ([#3281](https://github.com/ipfs/js-ipfs/issues/3281)) ([bbcaf34](https://github.com/ipfs/js-ipfs/commit/bbcaf34111251b142273a5675f4754ff68bd9fa0))
444+
* type check & generate defs from jsdoc ([#3281](https://github.com/ipfs/js-ipfs/issues/3281)) ([bbcaf34](https://github.com/ipfs/js-ipfs/commit/bbcaf34111251b142273a5675f4754ff68bd9fa0))

packages/ipfs-http-gateway/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-gateway",
3-
"version": "0.11.1",
3+
"version": "0.11.2",
44
"description": "JavaScript implementation of the IPFS specification",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-http-gateway#readme",
@@ -74,7 +74,7 @@
7474
"@multiformats/uri-to-multiaddr": "^7.0.0",
7575
"hapi-pino": "^8.5.0",
7676
"ipfs-core-types": "^0.12.1",
77-
"ipfs-http-response": "^4.0.1",
77+
"ipfs-http-response": "^4.0.2",
7878
"is-ipfs": "^7.0.0",
7979
"it-last": "^1.0.4",
8080
"it-to-stream": "^1.0.0",

packages/ipfs-http-response/CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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+
### [4.0.2](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-response-v4.0.1...ipfs-http-response-v4.0.2) (2022-09-22)
7+
8+
9+
### Dependencies
10+
11+
* The following workspace dependencies were updated
12+
* devDependencies
13+
* ipfs-core bumped from ^0.16.1 to ^0.17.0
14+
615
### [4.0.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-response-v4.0.0...ipfs-http-response-v4.0.1) (2022-09-21)
716

817

@@ -376,4 +385,4 @@ case of some property names that are used by this module.
376385
### Features
377386

378387
* export resolver ([d9e56b8](https://github.com/ipfs/js-ipfs-http-response/commit/d9e56b8))
379-
* initial implementation ([d9d0c08](https://github.com/ipfs/js-ipfs-http-response/commit/d9d0c08))
388+
* initial implementation ([d9d0c08](https://github.com/ipfs/js-ipfs-http-response/commit/d9d0c08))

packages/ipfs-http-response/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-response",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"description": "Creates an HTTP response from an IPFS Hash",
55
"author": "Vasco Santos <[email protected]>",
66
"license": "Apache-2.0 OR MIT",
@@ -83,7 +83,7 @@
8383
"@types/mime-types": "^2.1.1",
8484
"aegir": "^37.0.11",
8585
"get-stream": "^6.0.0",
86-
"ipfs-core": "^0.16.1",
86+
"ipfs-core": "^0.17.0",
8787
"ipfsd-ctl": "^12.0.3",
8888
"it-all": "^1.0.4",
8989
"uint8arrays": "^3.0.0"

packages/ipfs-http-server/CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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.13.3](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-server-v0.13.2...ipfs-http-server-v0.13.3) (2022-09-22)
7+
8+
9+
### Dependencies
10+
11+
* The following workspace dependencies were updated
12+
* dependencies
13+
* ipfs-http-gateway bumped from ^0.11.1 to ^0.11.2
14+
615
### [0.13.2](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-server-v0.13.1...ipfs-http-server-v0.13.2) (2022-09-21)
716

817

@@ -586,4 +595,4 @@ Co-authored-by: achingbrain <[email protected]>
586595

587596
* types returned by `ipfs.files.ls` are now strings, in line with the docs but different to previous behaviour
588597

589-
Co-authored-by: Geoffrey Cohler <[email protected]>
598+
Co-authored-by: Geoffrey Cohler <[email protected]>

packages/ipfs-http-server/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-server",
3-
"version": "0.13.2",
3+
"version": "0.13.3",
44
"description": "JavaScript implementation of the IPFS specification",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-http-server#readme",
@@ -79,7 +79,7 @@
7979
"hapi-pino": "^8.5.0",
8080
"ipfs-core-types": "^0.12.1",
8181
"ipfs-core-utils": "^0.16.1",
82-
"ipfs-http-gateway": "^0.11.1",
82+
"ipfs-http-gateway": "^0.11.2",
8383
"ipfs-unixfs": "^7.0.0",
8484
"it-all": "^1.0.4",
8585
"it-drain": "^1.0.3",

packages/ipfs-message-port-client/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.13.2](https://www.github.com/ipfs/js-ipfs/compare/ipfs-message-port-client-v0.13.1...ipfs-message-port-client-v0.13.2) (2022-09-22)
7+
8+
9+
### Dependencies
10+
11+
* The following workspace dependencies were updated
12+
* devDependencies
13+
* interface-ipfs-core bumped from ^0.156.1 to ^0.157.0
14+
* ipfs-core bumped from ^0.16.1 to ^0.17.0
15+
616
### [0.13.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-message-port-client-v0.13.0...ipfs-message-port-client-v0.13.1) (2022-09-21)
717

818

packages/ipfs-message-port-client/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-message-port-client",
3-
"version": "0.13.1",
3+
"version": "0.13.2",
44
"description": "IPFS client library for accessing IPFS node over message port",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-message-port-client#readme",
@@ -74,8 +74,8 @@
7474
},
7575
"devDependencies": {
7676
"aegir": "^37.0.11",
77-
"interface-ipfs-core": "^0.156.1",
78-
"ipfs-core": "^0.16.1",
77+
"interface-ipfs-core": "^0.157.0",
78+
"ipfs-core": "^0.17.0",
7979
"ipfs-message-port-server": "^0.13.1"
8080
}
8181
}

packages/ipfs/CHANGELOG.md

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

66

7+
### [0.64.3](https://www.github.com/ipfs/js-ipfs/compare/ipfs-v0.64.2...ipfs-v0.64.3) (2022-09-22)
8+
9+
10+
### Dependencies
11+
12+
* The following workspace dependencies were updated
13+
* dependencies
14+
* ipfs-cli bumped from ^0.14.2 to ^0.14.3
15+
* ipfs-core bumped from ^0.16.1 to ^0.17.0
16+
* devDependencies
17+
* interface-ipfs-core bumped from ^0.156.1 to ^0.157.0
18+
719
### [0.64.2](https://www.github.com/ipfs/js-ipfs/compare/ipfs-v0.64.1...ipfs-v0.64.2) (2022-09-21)
820

921

@@ -3064,4 +3076,4 @@ Signed-off-by: Alan Shaw <[email protected]>
30643076

30653077

30663078
<a name="0.0.2"></a>
3067-
## 0.0.2 (2016-01-11)
3079+
## 0.0.2 (2016-01-11)

0 commit comments

Comments
 (0)