Skip to content

Commit

Permalink
chore: release 5.0.0 (#41)
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 Apr 4, 2022
1 parent fd965ad commit 5088097
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [5.0.0](https://www.github.com/nftstorage/ipfs-cluster/compare/v4.1.0...v5.0.0) (2022-04-04)


### ⚠ BREAKING CHANGES

* The client is not compatible with Cluster pre v1.0 anymore. Note: there are no changes to the programmatic API.

### Features

* cluster v1.0 support ([#40](https://www.github.com/nftstorage/ipfs-cluster/issues/40)) ([fd965ad](https://www.github.com/nftstorage/ipfs-cluster/commit/fd965ad652b3243cbf6e1dbcc9c4a0a38caffea8))

## [4.1.0](https://www.github.com/nftstorage/ipfs-cluster/compare/v4.0.0...v4.1.0) (2022-03-23)


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": "4.1.0",
"version": "5.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 5088097

Please sign in to comment.