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

Commit 422472c

Browse files
committed
1 parent 18283dd commit 422472c

File tree

8 files changed

+42
-7
lines changed

8 files changed

+42
-7
lines changed

examples/test-ipfs-example/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
## [2.0.3](https://github.com/ipfs/js-ipfs/compare/[email protected]@2.0.3) (2020-05-29)
7+
8+
**Note:** Version bump only for package test-ipfs-example
9+
10+
11+
12+
13+
614
## [2.0.2](https://github.com/ipfs/js-ipfs/compare/[email protected]@2.0.2) (2020-05-18)
715

816

examples/test-ipfs-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "test-ipfs-example",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "Examples of how to use IPFS",
55
"bin": {
66
"test-ipfs-example": "./test.js"

packages/interface-ipfs-core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.135.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.135.1) (2020-05-29)
7+
8+
**Note:** Version bump only for package interface-ipfs-core
9+
10+
11+
12+
13+
614
# [0.135.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.135.0) (2020-05-18)
715

816

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.135.0",
3+
"version": "0.135.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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.1.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@44.1.1) (2020-05-29)
7+
8+
**Note:** Version bump only for package ipfs-http-client
9+
10+
11+
12+
13+
614
# [44.1.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@44.1.0) (2020-05-18)
715

816

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.1.0",
3+
"version": "44.1.1",
44
"description": "A client library for the IPFS HTTP API",
55
"keywords": [
66
"ipfs"
@@ -71,7 +71,7 @@
7171
"aegir": "^22.0.0",
7272
"cross-env": "^7.0.0",
7373
"go-ipfs-dep": "0.4.23-3",
74-
"interface-ipfs-core": "^0.135.0",
74+
"interface-ipfs-core": "^0.135.1",
7575
"ipfsd-ctl": "^4.1.1",
7676
"it-all": "^1.0.1",
7777
"it-concat": "^1.0.0",

packages/ipfs/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.45.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.45.0) (2020-05-29)
7+
8+
9+
### Features
10+
11+
* upgrade bitswap to use 1.2.0 and better wantlist performance ([18283dd](https://github.com/ipfs/js-ipfs/commit/18283dd8fb70af5ed93236482b2a5f89515c24e0))
12+
13+
14+
15+
16+
617
# [0.44.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.44.0) (2020-05-18)
718

819

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.44.0",
3+
"version": "0.45.0",
44
"description": "JavaScript implementation of the IPFS specification",
55
"keywords": [
66
"IPFS"
@@ -96,7 +96,7 @@
9696
"ipfs-bitswap": "^1.0.0",
9797
"ipfs-block-service": "^0.17.1",
9898
"ipfs-core-utils": "^0.2.3",
99-
"ipfs-http-client": "^44.1.0",
99+
"ipfs-http-client": "^44.1.1",
100100
"ipfs-http-response": "^0.5.0",
101101
"ipfs-repo": "^3.0.0",
102102
"ipfs-unixfs": "^1.0.2",
@@ -182,7 +182,7 @@
182182
"execa": "^4.0.0",
183183
"form-data": "^3.0.0",
184184
"go-ipfs-dep": "0.4.23-3",
185-
"interface-ipfs-core": "^0.135.0",
185+
"interface-ipfs-core": "^0.135.1",
186186
"ipfs-interop": "^1.0.3",
187187
"ipfsd-ctl": "^4.1.1",
188188
"iso-random-stream": "^1.1.1",

0 commit comments

Comments
 (0)