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

File tree

24 files changed

+176
-38
lines changed

24 files changed

+176
-38
lines changed

packages/interface-ipfs-core/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+
## [0.142.3](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.142.3) (2020-12-16)
7+
8+
9+
### Bug Fixes
10+
11+
* fix ipfs.ls() for a single file object ([#3440](https://github.com/ipfs/js-ipfs/issues/3440)) ([f243dd1](https://github.com/ipfs/js-ipfs/commit/f243dd1c37fcb9786d77d129cd9b238457d18a15))
12+
* regressions introduced by new releases of CID & multicodec ([#3442](https://github.com/ipfs/js-ipfs/issues/3442)) ([b5152d8](https://github.com/ipfs/js-ipfs/commit/b5152d8cc93ecc8d39fc353ea66d7eaf1661e3c0)), closes [/github.com/multiformats/js-cid/commit/0e11f035c9230e7f6d79c159ace9b80de88cb5eb#diff-25a6634263c1b1f6fc4697a04e2b9904ea4b042a89af59dc93ec1f5d44848a26](https://github.com//github.com/multiformats/js-cid/commit/0e11f035c9230e7f6d79c159ace9b80de88cb5eb/issues/diff-25a6634263c1b1f6fc4697a04e2b9904ea4b042a89af59dc93ec1f5d44848a26)
13+
14+
15+
16+
17+
618
## [0.142.2](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.142.2) (2020-11-25)
719

820
**Note:** Version bump only for package interface-ipfs-core

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.142.2",
3+
"version": "0.142.3",
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-cli/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.2.3](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.2.3) (2020-12-16)
7+
8+
9+
### Bug Fixes
10+
11+
* regressions introduced by new releases of CID & multicodec ([#3442](https://github.com/ipfs/js-ipfs/issues/3442)) ([b5152d8](https://github.com/ipfs/js-ipfs/commit/b5152d8cc93ecc8d39fc353ea66d7eaf1661e3c0)), closes [/github.com/multiformats/js-cid/commit/0e11f035c9230e7f6d79c159ace9b80de88cb5eb#diff-25a6634263c1b1f6fc4697a04e2b9904ea4b042a89af59dc93ec1f5d44848a26](https://github.com//github.com/multiformats/js-cid/commit/0e11f035c9230e7f6d79c159ace9b80de88cb5eb/issues/diff-25a6634263c1b1f6fc4697a04e2b9904ea4b042a89af59dc93ec1f5d44848a26)
12+
13+
14+
15+
16+
617
## [0.2.2](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.2.2) (2020-11-25)
718

819

packages/ipfs-cli/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-cli",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "JavaScript implementation of the IPFS specification",
55
"keywords": [
66
"IPFS"
@@ -37,10 +37,10 @@
3737
"err-code": "^2.0.3",
3838
"execa": "^5.0.0",
3939
"get-folder-size": "^2.0.1",
40-
"ipfs-core": "^0.3.0",
41-
"ipfs-core-utils": "^0.5.3",
42-
"ipfs-daemon": "^0.3.1",
43-
"ipfs-http-client": "^48.1.2",
40+
"ipfs-core": "^0.3.1",
41+
"ipfs-core-utils": "^0.5.4",
42+
"ipfs-daemon": "^0.3.2",
43+
"ipfs-http-client": "^48.1.3",
4444
"ipfs-repo": "^7.0.0",
4545
"ipfs-utils": "^5.0.0",
4646
"ipld-dag-cbor": "^0.17.0",

packages/ipfs-core-utils/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+
## [0.5.4](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.5.4) (2020-12-16)
7+
8+
9+
### Bug Fixes
10+
11+
* regressions introduced by new releases of CID & multicodec ([#3442](https://github.com/ipfs/js-ipfs/issues/3442)) ([b5152d8](https://github.com/ipfs/js-ipfs/commit/b5152d8cc93ecc8d39fc353ea66d7eaf1661e3c0)), closes [/github.com/multiformats/js-cid/commit/0e11f035c9230e7f6d79c159ace9b80de88cb5eb#diff-25a6634263c1b1f6fc4697a04e2b9904ea4b042a89af59dc93ec1f5d44848a26](https://github.com//github.com/multiformats/js-cid/commit/0e11f035c9230e7f6d79c159ace9b80de88cb5eb/issues/diff-25a6634263c1b1f6fc4697a04e2b9904ea4b042a89af59dc93ec1f5d44848a26)
12+
* types for withTimeoutOptions ([#3422](https://github.com/ipfs/js-ipfs/issues/3422)) ([af0b7f3](https://github.com/ipfs/js-ipfs/commit/af0b7f34587bd432860a31d40eabc6aa70aef619)), closes [/github.com/ipfs/js-ipfs/pull/3407/files#diff-722621abc3ed4edc6ab202fdf684f1607c261394b95da6b3ec79748711056f20](https://github.com//github.com/ipfs/js-ipfs/pull/3407/files/issues/diff-722621abc3ed4edc6ab202fdf684f1607c261394b95da6b3ec79748711056f20)
13+
14+
15+
16+
17+
618
## [0.5.3](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.5.3) (2020-11-25)
719

820
**Note:** Version bump only for package ipfs-core-utils

packages/ipfs-core-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-core-utils",
3-
"version": "0.5.3",
3+
"version": "0.5.4",
44
"description": "Package to share code between ipfs and ipfs-http-client",
55
"author": "Alex Potsides <[email protected]>",
66
"homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-core-utils#readme",

packages/ipfs-core/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.3.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.3.1) (2020-12-16)
7+
8+
9+
### Bug Fixes
10+
11+
* export IPFS type ([#3447](https://github.com/ipfs/js-ipfs/issues/3447)) ([cacbfc6](https://github.com/ipfs/js-ipfs/commit/cacbfc6e87eabee0e2a6df2056ac5cc993690a0d)), closes [#3439](https://github.com/ipfs/js-ipfs/issues/3439)
12+
* fix ipfs.ls() for a single file object ([#3440](https://github.com/ipfs/js-ipfs/issues/3440)) ([f243dd1](https://github.com/ipfs/js-ipfs/commit/f243dd1c37fcb9786d77d129cd9b238457d18a15))
13+
* regressions introduced by new releases of CID & multicodec ([#3442](https://github.com/ipfs/js-ipfs/issues/3442)) ([b5152d8](https://github.com/ipfs/js-ipfs/commit/b5152d8cc93ecc8d39fc353ea66d7eaf1661e3c0)), closes [/github.com/multiformats/js-cid/commit/0e11f035c9230e7f6d79c159ace9b80de88cb5eb#diff-25a6634263c1b1f6fc4697a04e2b9904ea4b042a89af59dc93ec1f5d44848a26](https://github.com//github.com/multiformats/js-cid/commit/0e11f035c9230e7f6d79c159ace9b80de88cb5eb/issues/diff-25a6634263c1b1f6fc4697a04e2b9904ea4b042a89af59dc93ec1f5d44848a26)
14+
15+
16+
17+
18+
619
# [0.3.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.3.0) (2020-11-25)
720

821

packages/ipfs-core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-core",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "JavaScript implementation of the IPFS specification",
55
"keywords": [
66
"IPFS"
@@ -70,7 +70,7 @@
7070
"interface-datastore": "^2.0.0",
7171
"ipfs-bitswap": "^4.0.0",
7272
"ipfs-block-service": "^0.18.0",
73-
"ipfs-core-utils": "^0.5.3",
73+
"ipfs-core-utils": "^0.5.4",
7474
"ipfs-repo": "^7.0.0",
7575
"ipfs-unixfs": "^2.0.3",
7676
"ipfs-unixfs-exporter": "^3.0.4",
@@ -120,7 +120,7 @@
120120
"aegir": "^29.2.2",
121121
"delay": "^4.4.0",
122122
"go-ipfs": "^0.7.0",
123-
"interface-ipfs-core": "^0.142.2",
123+
"interface-ipfs-core": "^0.142.3",
124124
"ipfsd-ctl": "^7.1.1",
125125
"ipld-git": "^0.6.1",
126126
"iso-url": "^1.0.0",

packages/ipfs-daemon/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## 0.3.2 (2020-12-16)
7+
8+
**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.3.1",
3+
"version": "0.3.2",
44
"description": "JavaScript implementation of the IPFS specification",
55
"keywords": [
66
"IPFS"
@@ -31,10 +31,10 @@
3131
"dependencies": {
3232
"debug": "^4.1.1",
3333
"dlv": "^1.1.3",
34-
"ipfs-core": "^0.3.0",
35-
"ipfs-http-client": "^48.1.2",
36-
"ipfs-http-gateway": "^0.1.3",
37-
"ipfs-http-server": "^0.1.3",
34+
"ipfs-core": "^0.3.1",
35+
"ipfs-http-client": "^48.1.3",
36+
"ipfs-http-gateway": "^0.1.4",
37+
"ipfs-http-server": "^0.1.4",
3838
"ipfs-utils": "^5.0.0",
3939
"just-safe-set": "^2.1.0",
4040
"libp2p": "^0.29.3",

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+
## [48.1.3](https://github.com/ipfs/js-ipfs/compare/[email protected]@48.1.3) (2020-12-16)
7+
8+
9+
### Bug Fixes
10+
11+
* fix ipfs.ls() for a single file object ([#3440](https://github.com/ipfs/js-ipfs/issues/3440)) ([f243dd1](https://github.com/ipfs/js-ipfs/commit/f243dd1c37fcb9786d77d129cd9b238457d18a15))
12+
* regressions introduced by new releases of CID & multicodec ([#3442](https://github.com/ipfs/js-ipfs/issues/3442)) ([b5152d8](https://github.com/ipfs/js-ipfs/commit/b5152d8cc93ecc8d39fc353ea66d7eaf1661e3c0)), closes [/github.com/multiformats/js-cid/commit/0e11f035c9230e7f6d79c159ace9b80de88cb5eb#diff-25a6634263c1b1f6fc4697a04e2b9904ea4b042a89af59dc93ec1f5d44848a26](https://github.com//github.com/multiformats/js-cid/commit/0e11f035c9230e7f6d79c159ace9b80de88cb5eb/issues/diff-25a6634263c1b1f6fc4697a04e2b9904ea4b042a89af59dc93ec1f5d44848a26)
13+
14+
15+
16+
17+
618
## [48.1.2](https://github.com/ipfs/js-ipfs/compare/[email protected]@48.1.2) (2020-11-25)
719

820
**Note:** Version bump only for package ipfs-http-client

packages/ipfs-http-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-http-client",
3-
"version": "48.1.2",
3+
"version": "48.1.3",
44
"description": "A client library for the IPFS HTTP API",
55
"keywords": [
66
"ipfs"
@@ -55,7 +55,7 @@
5555
"cids": "^1.0.0",
5656
"debug": "^4.1.1",
5757
"form-data": "^3.0.0",
58-
"ipfs-core-utils": "^0.5.3",
58+
"ipfs-core-utils": "^0.5.4",
5959
"ipfs-utils": "^5.0.0",
6060
"ipld-block": "^0.11.0",
6161
"ipld-dag-cbor": "^0.17.0",
@@ -79,7 +79,7 @@
7979
"devDependencies": {
8080
"aegir": "^29.2.2",
8181
"go-ipfs": "^0.7.0",
82-
"ipfs-core": "^0.3.0",
82+
"ipfs-core": "^0.3.1",
8383
"ipfsd-ctl": "^7.1.1",
8484
"it-all": "^1.0.4",
8585
"it-concat": "^1.0.1",

packages/ipfs-http-gateway/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.1.4](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.1.4) (2020-12-16)
7+
8+
9+
### Bug Fixes
10+
11+
* regressions introduced by new releases of CID & multicodec ([#3442](https://github.com/ipfs/js-ipfs/issues/3442)) ([b5152d8](https://github.com/ipfs/js-ipfs/commit/b5152d8cc93ecc8d39fc353ea66d7eaf1661e3c0)), closes [/github.com/multiformats/js-cid/commit/0e11f035c9230e7f6d79c159ace9b80de88cb5eb#diff-25a6634263c1b1f6fc4697a04e2b9904ea4b042a89af59dc93ec1f5d44848a26](https://github.com//github.com/multiformats/js-cid/commit/0e11f035c9230e7f6d79c159ace9b80de88cb5eb/issues/diff-25a6634263c1b1f6fc4697a04e2b9904ea4b042a89af59dc93ec1f5d44848a26)
12+
13+
14+
15+
16+
617
## [0.1.3](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.1.3) (2020-11-25)
718

819
**Note:** Version bump only for package ipfs-http-gateway

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.1.3",
3+
"version": "0.1.4",
44
"description": "JavaScript implementation of the IPFS specification",
55
"keywords": [
66
"IPFS"
@@ -35,7 +35,7 @@
3535
"cids": "^1.0.0",
3636
"debug": "^4.1.1",
3737
"hapi-pino": "^8.3.0",
38-
"ipfs-core-utils": "^0.5.3",
38+
"ipfs-core-utils": "^0.5.4",
3939
"ipfs-http-response": "^0.6.0",
4040
"is-ipfs": "^2.0.0",
4141
"it-last": "^1.0.4",

packages/ipfs-http-server/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+
## [0.1.4](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.1.4) (2020-12-16)
7+
8+
9+
### Bug Fixes
10+
11+
* fix ipfs.ls() for a single file object ([#3440](https://github.com/ipfs/js-ipfs/issues/3440)) ([f243dd1](https://github.com/ipfs/js-ipfs/commit/f243dd1c37fcb9786d77d129cd9b238457d18a15))
12+
* regressions introduced by new releases of CID & multicodec ([#3442](https://github.com/ipfs/js-ipfs/issues/3442)) ([b5152d8](https://github.com/ipfs/js-ipfs/commit/b5152d8cc93ecc8d39fc353ea66d7eaf1661e3c0)), closes [/github.com/multiformats/js-cid/commit/0e11f035c9230e7f6d79c159ace9b80de88cb5eb#diff-25a6634263c1b1f6fc4697a04e2b9904ea4b042a89af59dc93ec1f5d44848a26](https://github.com//github.com/multiformats/js-cid/commit/0e11f035c9230e7f6d79c159ace9b80de88cb5eb/issues/diff-25a6634263c1b1f6fc4697a04e2b9904ea4b042a89af59dc93ec1f5d44848a26)
13+
14+
15+
16+
17+
618
## [0.1.3](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.1.3) (2020-11-25)
719

820
**Note:** Version bump only for package ipfs-http-server

packages/ipfs-http-server/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-http-server",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "JavaScript implementation of the IPFS specification",
55
"keywords": [
66
"IPFS"
@@ -37,8 +37,8 @@
3737
"dlv": "^1.1.3",
3838
"err-code": "^2.0.3",
3939
"hapi-pino": "^8.3.0",
40-
"ipfs-core-utils": "^0.5.3",
41-
"ipfs-http-gateway": "^0.1.3",
40+
"ipfs-core-utils": "^0.5.4",
41+
"ipfs-http-gateway": "^0.1.4",
4242
"ipfs-unixfs": "^2.0.3",
4343
"ipld-dag-pb": "^0.20.0",
4444
"it-all": "^1.0.4",
@@ -67,7 +67,7 @@
6767
"devDependencies": {
6868
"aegir": "^29.2.2",
6969
"form-data": "^3.0.0",
70-
"ipfs-http-client": "^48.1.2",
70+
"ipfs-http-client": "^48.1.3",
7171
"iso-random-stream": "^1.1.1",
7272
"it-to-buffer": "^1.0.2",
7373
"qs": "^6.9.4",

packages/ipfs-message-port-client/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.4.3](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.4.3) (2020-12-16)
7+
8+
9+
### Bug Fixes
10+
11+
* transfer unique set over message prort ([#3421](https://github.com/ipfs/js-ipfs/issues/3421)) ([da7bc55](https://github.com/ipfs/js-ipfs/commit/da7bc55e8dfbdc200ef43ccbf774bbc24af07785))
12+
13+
14+
15+
16+
617
## [0.4.2](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.4.2) (2020-11-25)
718

819
**Note:** Version bump only for package ipfs-message-port-client

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-message-port-client",
3-
"version": "0.4.2",
3+
"version": "0.4.3",
44
"description": "IPFS client library for accessing IPFS node over message port",
55
"keywords": [
66
"ipfs",
@@ -43,14 +43,14 @@
4343
},
4444
"dependencies": {
4545
"browser-readablestream-to-it": "^1.0.1",
46-
"ipfs-message-port-protocol": "^0.4.2"
46+
"ipfs-message-port-protocol": "^0.4.3"
4747
},
4848
"devDependencies": {
4949
"aegir": "^29.2.2",
50-
"interface-ipfs-core": "^0.142.2",
51-
"ipfs": "^0.52.2",
52-
"ipfs-core": "^0.3.0",
53-
"ipfs-message-port-server": "^0.4.2",
50+
"interface-ipfs-core": "^0.142.3",
51+
"ipfs": "^0.52.3",
52+
"ipfs-core": "^0.3.1",
53+
"ipfs-message-port-server": "^0.4.3",
5454
"rimraf": "^3.0.2",
5555
"typescript": "4.0.x"
5656
},

packages/ipfs-message-port-protocol/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+
## [0.4.3](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.4.3) (2020-12-16)
7+
8+
9+
### Bug Fixes
10+
11+
* regressions introduced by new releases of CID & multicodec ([#3442](https://github.com/ipfs/js-ipfs/issues/3442)) ([b5152d8](https://github.com/ipfs/js-ipfs/commit/b5152d8cc93ecc8d39fc353ea66d7eaf1661e3c0)), closes [/github.com/multiformats/js-cid/commit/0e11f035c9230e7f6d79c159ace9b80de88cb5eb#diff-25a6634263c1b1f6fc4697a04e2b9904ea4b042a89af59dc93ec1f5d44848a26](https://github.com//github.com/multiformats/js-cid/commit/0e11f035c9230e7f6d79c159ace9b80de88cb5eb/issues/diff-25a6634263c1b1f6fc4697a04e2b9904ea4b042a89af59dc93ec1f5d44848a26)
12+
* transfer unique set over message prort ([#3421](https://github.com/ipfs/js-ipfs/issues/3421)) ([da7bc55](https://github.com/ipfs/js-ipfs/commit/da7bc55e8dfbdc200ef43ccbf774bbc24af07785))
13+
14+
15+
16+
17+
618
## [0.4.2](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.4.2) (2020-11-25)
719

820
**Note:** Version bump only for package ipfs-message-port-protocol

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-message-port-protocol",
3-
"version": "0.4.2",
3+
"version": "0.4.3",
44
"description": "IPFS client/server protocol over message port",
55
"keywords": [
66
"ipfs"

packages/ipfs-message-port-server/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+
## [0.4.3](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.4.3) (2020-12-16)
7+
8+
9+
### Bug Fixes
10+
11+
* regressions introduced by new releases of CID & multicodec ([#3442](https://github.com/ipfs/js-ipfs/issues/3442)) ([b5152d8](https://github.com/ipfs/js-ipfs/commit/b5152d8cc93ecc8d39fc353ea66d7eaf1661e3c0)), closes [/github.com/multiformats/js-cid/commit/0e11f035c9230e7f6d79c159ace9b80de88cb5eb#diff-25a6634263c1b1f6fc4697a04e2b9904ea4b042a89af59dc93ec1f5d44848a26](https://github.com//github.com/multiformats/js-cid/commit/0e11f035c9230e7f6d79c159ace9b80de88cb5eb/issues/diff-25a6634263c1b1f6fc4697a04e2b9904ea4b042a89af59dc93ec1f5d44848a26)
12+
* transfer unique set over message prort ([#3421](https://github.com/ipfs/js-ipfs/issues/3421)) ([da7bc55](https://github.com/ipfs/js-ipfs/commit/da7bc55e8dfbdc200ef43ccbf774bbc24af07785))
13+
14+
15+
16+
17+
618
## [0.4.2](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.4.2) (2020-11-25)
719

820
**Note:** Version bump only for package ipfs-message-port-server

0 commit comments

Comments
 (0)