Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
 - 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
  • Loading branch information
achingbrain committed Sep 24, 2021
1 parent 1a27059 commit 43764ab
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [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)


### Features

* pull in new globSource ([#3889](https://github.com/ipfs/js-ipfs/issues/3889)) ([be4a542](https://github.com/ipfs/js-ipfs/commit/be4a5428ebc4b05a2edd9a91bf9df6416c1a8c2b))
* switch to esm ([#3879](https://github.com/ipfs/js-ipfs/issues/3879)) ([9a40109](https://github.com/ipfs/js-ipfs/commit/9a40109632e5b4837eb77a2f57dbc77fbf1fe099))


### BREAKING CHANGES

* the globSource api has changed from `globSource(dir, opts)` to `globSource(dir, pattern, opts)`
* There are no default exports and everything is now dual published as ESM/CJS





## [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)

**Note:** Version bump only for package ipfs-http-client
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipfs-http-client",
"version": "52.0.5",
"version": "53.0.0",
"description": "A client library for the IPFS HTTP API",
"keywords": [
"ipfs"
Expand Down Expand Up @@ -60,8 +60,8 @@
"any-signal": "^2.1.2",
"debug": "^4.1.1",
"err-code": "^3.0.1",
"ipfs-core-types": "^0.7.3",
"ipfs-core-utils": "^0.10.5",
"ipfs-core-types": "^0.8.0",
"ipfs-core-utils": "^0.11.0",
"ipfs-utils": "^9.0.1",
"it-first": "^1.0.6",
"it-last": "^1.0.4",
Expand Down

0 comments on commit 43764ab

Please sign in to comment.