diff --git a/CHANGELOG.md b/CHANGELOG.md index 10c7680..5e15f1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [3.0.0](https://github.com/web3-storage/ipni/compare/v2.0.0...v3.0.0) (2023-05-22) + + +### ⚠ BREAKING CHANGES + +* add a varint 0 for http to match go-libipni ([#15](https://github.com/web3-storage/ipni/issues/15)) + +### Bug Fixes + +* add a varint 0 for http to match go-libipni ([#15](https://github.com/web3-storage/ipni/issues/15)) ([dc59973](https://github.com/web3-storage/ipni/commit/dc599734e8bf486801f4577e54ccf46bcb06b7dd)) + ## [2.0.0](https://github.com/web3-storage/ipni/compare/v1.1.0...v2.0.0) (2023-05-22) diff --git a/package-lock.json b/package-lock.json index 8e353cc..86344a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@web3-storage/ipni", - "version": "2.0.0", + "version": "3.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@web3-storage/ipni", - "version": "2.0.0", + "version": "3.0.0", "license": "MIT", "dependencies": { "@ipld/dag-cbor": "^9.0.0", diff --git a/package.json b/package.json index b94138b..f1ffaaf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@web3-storage/ipni", "description": "Create signed advertisements for the IPFS Network Indexer", - "version": "2.0.0", + "version": "3.0.0", "type": "module", "main": "index.js", "types": "./dist/index.d.ts",