From 9f46af78f26e93e0970ae0e4ad5b1d035202eba7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 18 Apr 2024 20:28:42 +0000 Subject: [PATCH] chore(release): 1.10.6 [skip ci] ## [1.10.6](https://github.com/ipfs/public-gateway-checker/compare/v1.10.5...v1.10.6) (2024-04-18) ### Bug Fixes * disable countly metrics ([#553](https://github.com/ipfs/public-gateway-checker/issues/553)) ([68733bd](https://github.com/ipfs/public-gateway-checker/commit/68733bdc8fc1157e26be040167213ec5b5e2daf2)) ### Trivial Changes * update conformance results ([0f7217d](https://github.com/ipfs/public-gateway-checker/commit/0f7217deb919f3a0202ba712654da8f713c840a6)) --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a82402e6..e681a798 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [1.10.6](https://github.com/ipfs/public-gateway-checker/compare/v1.10.5...v1.10.6) (2024-04-18) + + +### Bug Fixes + +* disable countly metrics ([#553](https://github.com/ipfs/public-gateway-checker/issues/553)) ([68733bd](https://github.com/ipfs/public-gateway-checker/commit/68733bdc8fc1157e26be040167213ec5b5e2daf2)) + + +### Trivial Changes + +* update conformance results ([0f7217d](https://github.com/ipfs/public-gateway-checker/commit/0f7217deb919f3a0202ba712654da8f713c840a6)) + ## [1.10.5](https://github.com/ipfs/public-gateway-checker/compare/v1.10.4...v1.10.5) (2024-04-18) diff --git a/package-lock.json b/package-lock.json index 41f159e0..94d6a5f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ipfs/public-gateway-checker", - "version": "1.10.5", + "version": "1.10.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ipfs/public-gateway-checker", - "version": "1.10.5", + "version": "1.10.6", "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 06f2363c..1a1b77f3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@ipfs/public-gateway-checker", "private": true, - "version": "1.10.5", + "version": "1.10.6", "description": "Checks which public gateways are online or not", "author": "Marcin Rataj ", "license": "Apache-2.0 OR MIT",