diff --git a/CHANGELOG.md b/CHANGELOG.md index ec22e6dfd..88bfd9926 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [57.0.3](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-client-v57.0.2...ipfs-http-client-v57.0.3) (2022-06-24) + + +### Bug Fixes + +* make pubsub message types consistent ([#4145](https://www.github.com/ipfs/js-ipfs/issues/4145)) ([00bd3dd](https://www.github.com/ipfs/js-ipfs/commit/00bd3dd0bca7fc705e5e87272972f586d1f161e8)) + ### [57.0.2](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-client-v57.0.1...ipfs-http-client-v57.0.2) (2022-06-22) diff --git a/package.json b/package.json index a6127c8b1..884466f15 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-http-client", - "version": "57.0.2", + "version": "57.0.3", "description": "A client library for the IPFS HTTP API", "keywords": [ "ipfs"