Skip to content

Commit 43764ab

Browse files
committed
chore: publish
- interface-ipfs-core@0.151.0 - ipfs-cli@0.9.0 - ipfs-client@0.7.0 - ipfs-core-config@0.1.0 - ipfs-core-types@0.8.0 - ipfs-core-utils@0.11.0 - ipfs-core@0.11.0 - ipfs-daemon@0.10.0 - ipfs-grpc-client@0.7.0 - ipfs-grpc-protocol@0.5.0 - ipfs-grpc-server@0.7.0 - ipfs-http-client@53.0.0 - ipfs-http-gateway@0.7.0 - ipfs-http-server@0.8.0 - ipfs-message-port-client@0.9.0 - ipfs-message-port-protocol@0.10.0 - ipfs-message-port-server@0.10.0 - ipfs@0.59.0
1 parent 1a27059 commit 43764ab

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

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+
# [53.0.0](https://github.com/ipfs/js-ipfs/compare/ipfs-http-client@52.0.5...ipfs-http-client@53.0.0) (2021-09-24)
7+
8+
9+
### Features
10+
11+
* pull in new globSource ([#3889](https://github.com/ipfs/js-ipfs/issues/3889)) ([be4a542](https://github.com/ipfs/js-ipfs/commit/be4a5428ebc4b05a2edd9a91bf9df6416c1a8c2b))
12+
* switch to esm ([#3879](https://github.com/ipfs/js-ipfs/issues/3879)) ([9a40109](https://github.com/ipfs/js-ipfs/commit/9a40109632e5b4837eb77a2f57dbc77fbf1fe099))
13+
14+
15+
### BREAKING CHANGES
16+
17+
* the globSource api has changed from `globSource(dir, opts)` to `globSource(dir, pattern, opts)`
18+
* There are no default exports and everything is now dual published as ESM/CJS
19+
20+
21+
22+
23+
624
## [52.0.5](https://github.com/ipfs/js-ipfs/compare/ipfs-http-client@52.0.4...ipfs-http-client@52.0.5) (2021-09-17)
725

826
**Note:** Version bump only for package 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": "52.0.5",
3+
"version": "53.0.0",
44
"description": "A client library for the IPFS HTTP API",
55
"keywords": [
66
"ipfs"
@@ -60,8 +60,8 @@
6060
"any-signal": "^2.1.2",
6161
"debug": "^4.1.1",
6262
"err-code": "^3.0.1",
63-
"ipfs-core-types": "^0.7.3",
64-
"ipfs-core-utils": "^0.10.5",
63+
"ipfs-core-types": "^0.8.0",
64+
"ipfs-core-utils": "^0.11.0",
6565
"ipfs-utils": "^9.0.1",
6666
"it-first": "^1.0.6",
6767
"it-last": "^1.0.4",

0 commit comments

Comments
 (0)