diff --git a/CHANGELOG.md b/CHANGELOG.md index d8c22111..b39a530c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.15.0](https://github.com/ipfs/public-gateway-checker/compare/v1.14.1...v1.15.0) (2024-09-23) + + +### Features + +* add flk-ipfs.xyz ([#596](https://github.com/ipfs/public-gateway-checker/issues/596)) ([c8e2f05](https://github.com/ipfs/public-gateway-checker/commit/c8e2f0531502c94e7700bec74d8492f14d05e108)) + ## [1.14.1](https://github.com/ipfs/public-gateway-checker/compare/v1.14.0...v1.14.1) (2024-09-04) diff --git a/package-lock.json b/package-lock.json index 7ac398a4..d030f703 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ipfs/public-gateway-checker", - "version": "1.14.1", + "version": "1.15.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ipfs/public-gateway-checker", - "version": "1.14.1", + "version": "1.15.0", "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 9ba49d93..d870b883 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@ipfs/public-gateway-checker", "private": true, - "version": "1.14.1", + "version": "1.15.0", "description": "Checks which public gateways are online or not", "author": "Marcin Rataj ", "license": "Apache-2.0 OR MIT",