From d273e633ba28e607015e3f589439ea5820918fa7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 11 Jun 2024 09:44:42 +0000 Subject: [PATCH] chore(release): 1.10.8 [skip ci] ## [1.10.8](https://github.com/ipfs/public-gateway-checker/compare/v1.10.7...v1.10.8) (2024-06-11) ### Trivial Changes * Delist CloudFlare's gateways due to their discontinuation. ([#572](https://github.com/ipfs/public-gateway-checker/issues/572)) ([5c46874](https://github.com/ipfs/public-gateway-checker/commit/5c4687488d46f2004e2db409ba0c5876430cc9be)) * update conformance results ([87935be](https://github.com/ipfs/public-gateway-checker/commit/87935be73b3b81c745866d0dcb899d4e5d8953f2)) --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 859c66cc..16c781d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.10.8](https://github.com/ipfs/public-gateway-checker/compare/v1.10.7...v1.10.8) (2024-06-11) + + +### Trivial Changes + +* Delist CloudFlare's gateways due to their discontinuation. ([#572](https://github.com/ipfs/public-gateway-checker/issues/572)) ([5c46874](https://github.com/ipfs/public-gateway-checker/commit/5c4687488d46f2004e2db409ba0c5876430cc9be)) +* update conformance results ([87935be](https://github.com/ipfs/public-gateway-checker/commit/87935be73b3b81c745866d0dcb899d4e5d8953f2)) + ## [1.10.7](https://github.com/ipfs/public-gateway-checker/compare/v1.10.6...v1.10.7) (2024-04-22) diff --git a/package-lock.json b/package-lock.json index 3e2c2dcf..96298c4e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ipfs/public-gateway-checker", - "version": "1.10.7", + "version": "1.10.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ipfs/public-gateway-checker", - "version": "1.10.7", + "version": "1.10.8", "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 18dfe0f4..e4950720 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@ipfs/public-gateway-checker", "private": true, - "version": "1.10.7", + "version": "1.10.8", "description": "Checks which public gateways are online or not", "author": "Marcin Rataj ", "license": "Apache-2.0 OR MIT",