diff --git a/CHANGELOG.md b/CHANGELOG.md index cce1747f..12a30c67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.12.0](https://github.com/ipfs/public-gateway-checker/compare/v1.11.0...v1.12.0) (2024-08-29) + + +### Features + +* add ipfs.cyou ([#579](https://github.com/ipfs/public-gateway-checker/issues/579)) ([66cb2f7](https://github.com/ipfs/public-gateway-checker/commit/66cb2f7d8665fe7eb6ad2ae8d487d95752a86d98)) + ## [1.11.0](https://github.com/ipfs/public-gateway-checker/compare/v1.10.9...v1.11.0) (2024-08-29) diff --git a/package-lock.json b/package-lock.json index 61fe7423..b7a8274f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ipfs/public-gateway-checker", - "version": "1.11.0", + "version": "1.12.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ipfs/public-gateway-checker", - "version": "1.11.0", + "version": "1.12.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 11373304..a56507cf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@ipfs/public-gateway-checker", "private": true, - "version": "1.11.0", + "version": "1.12.0", "description": "Checks which public gateways are online or not", "author": "Marcin Rataj ", "license": "Apache-2.0 OR MIT",