From 7db44b2bcfbba895f36bb43ac39fd4ff7d827df7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 22 Apr 2024 18:13:40 +0000 Subject: [PATCH] chore(release): 1.10.7 [skip ci] ## [1.10.7](https://github.com/ipfs/public-gateway-checker/compare/v1.10.6...v1.10.7) (2024-04-22) ### Trivial Changes * **deps-dev:** bump the npm_and_yarn group across 1 directories with 2 updates ([#540](https://github.com/ipfs/public-gateway-checker/issues/540)) ([445d849](https://github.com/ipfs/public-gateway-checker/commit/445d849b81909e40a7d68fc0ac2fa9b196c78e87)) * update conformance results ([6e3108b](https://github.com/ipfs/public-gateway-checker/commit/6e3108b49e0ed6ac94ce454e1e570c9304898747)) --- 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 e681a798..859c66cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.10.7](https://github.com/ipfs/public-gateway-checker/compare/v1.10.6...v1.10.7) (2024-04-22) + + +### Trivial Changes + +* **deps-dev:** bump the npm_and_yarn group across 1 directories with 2 updates ([#540](https://github.com/ipfs/public-gateway-checker/issues/540)) ([445d849](https://github.com/ipfs/public-gateway-checker/commit/445d849b81909e40a7d68fc0ac2fa9b196c78e87)) +* update conformance results ([6e3108b](https://github.com/ipfs/public-gateway-checker/commit/6e3108b49e0ed6ac94ce454e1e570c9304898747)) + ## [1.10.6](https://github.com/ipfs/public-gateway-checker/compare/v1.10.5...v1.10.6) (2024-04-18) diff --git a/package-lock.json b/package-lock.json index 196b9cec..3e2c2dcf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ipfs/public-gateway-checker", - "version": "1.10.6", + "version": "1.10.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ipfs/public-gateway-checker", - "version": "1.10.6", + "version": "1.10.7", "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 1a1b77f3..18dfe0f4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@ipfs/public-gateway-checker", "private": true, - "version": "1.10.6", + "version": "1.10.7", "description": "Checks which public gateways are online or not", "author": "Marcin Rataj ", "license": "Apache-2.0 OR MIT",