Skip to content

Commit

Permalink
chore: release 4.0.0 (#36)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Feb 7, 2022
1 parent 193be66 commit d132f30
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [4.0.0](https://www.github.com/nftstorage/ipfs-cluster/compare/v3.5.0...v4.0.0) (2022-02-07)


### ⚠ BREAKING CHANGES

* Types for `TrackerStatus` and `PinType` have changed from `enum` to string union. There are no runtime API alterations (only additions) so unless you're using those types directly in your project then you'll probably not notice any change.

### Features

* add statusAll method ([#35](https://www.github.com/nftstorage/ipfs-cluster/issues/35)) ([193be66](https://www.github.com/nftstorage/ipfs-cluster/commit/193be662d8a80e670fc668139699d5a72a513ff1))


### Bug Fixes

* wait longer for Cluster ready ([1d434cb](https://www.github.com/nftstorage/ipfs-cluster/commit/1d434cb61e0a14e5ef849ba04bacfa629ccc01d9))

## [3.5.0](https://www.github.com/nftstorage/ipfs-cluster/compare/v3.4.3...v3.5.0) (2022-01-27)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nftstorage/ipfs-cluster",
"version": "3.5.0",
"version": "4.0.0",
"description": "A zero-dependency client to the IPFS Cluster HTTP API, built for the browser.",
"main": "./src/index.js",
"type": "module",
Expand Down

0 comments on commit d132f30

Please sign in to comment.