diff --git a/CHANGELOG.md b/CHANGELOG.md index 16c781d6..a1371ad5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.10.9](https://github.com/ipfs/public-gateway-checker/compare/v1.10.8...v1.10.9) (2024-07-23) + + +### Trivial Changes + +* **deps-dev:** bump eslint-plugin-compat from 4.2.0 to 6.0.0 ([#584](https://github.com/ipfs/public-gateway-checker/issues/584)) ([bffe137](https://github.com/ipfs/public-gateway-checker/commit/bffe1374fa90a258617a05b3c4ff149386a506c1)) + ## [1.10.8](https://github.com/ipfs/public-gateway-checker/compare/v1.10.7...v1.10.8) (2024-06-11) diff --git a/package-lock.json b/package-lock.json index e9b3d2ec..2b1565a7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ipfs/public-gateway-checker", - "version": "1.10.8", + "version": "1.10.9", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ipfs/public-gateway-checker", - "version": "1.10.8", + "version": "1.10.9", "license": "Apache-2.0 OR MIT", "dependencies": { "@dutu/rate-limiter": "github:dutu/rate-limiter#v1.3.1", diff --git a/package.json b/package.json index cf986868..c3fcc573 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@ipfs/public-gateway-checker", "private": true, - "version": "1.10.8", + "version": "1.10.9", "description": "Checks which public gateways are online or not", "author": "Marcin Rataj ", "license": "Apache-2.0 OR MIT",