diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a19e9c..9b86aec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [9.0.1](https://github.com/ipfs-shipyard/ipfs-geoip/compare/v9.0.0...v9.0.1) (2022-11-08) + + +### Bug Fixes + +* **deps:** ESM deps should be dev-only ([#100](https://github.com/ipfs-shipyard/ipfs-geoip/issues/100)) ([5bd8b60](https://github.com/ipfs-shipyard/ipfs-geoip/commit/5bd8b605de15b848e8ded570704a3ce37ef136d3)) + # [8.0.0](https://github.com/ipfs-shipyard/ipfs-geoip/compare/v7.0.0...v8.0.0) (2022-06-29) @@ -97,6 +104,3 @@ ### Features * update dependencies ([d962835](https://github.com/ipfs/ipfs-geoip/commit/d962835)) - - - diff --git a/package-lock.json b/package-lock.json index ab77648..5452386 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ipfs-geoip", - "version": "9.0.0", + "version": "9.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ipfs-geoip", - "version": "9.0.0", + "version": "9.0.1", "license": "MIT", "devDependencies": { "@ipld/car": "^4.1.5", diff --git a/package.json b/package.json index 5612e3a..895c2f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-geoip", - "version": "9.0.0", + "version": "9.0.1", "description": "Library for ipfs geoip lookups", "keywords": [ "ipfs",