From 4dee9f81d07c76d927fe7868f7a2123c52b9b558 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 29 Aug 2024 17:13:32 +0000 Subject: [PATCH] chore(release): 1.11.0 [skip ci] ## [1.11.0](https://github.com/ipfs/public-gateway-checker/compare/v1.10.9...v1.11.0) (2024-08-29) ### Features * dlunar.net ([#582](https://github.com/ipfs/public-gateway-checker/issues/582)) ([c00d5a7](https://github.com/ipfs/public-gateway-checker/commit/c00d5a7aee03eaa99fdaf5ed7219eda47229d364)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1371ad5..cce1747f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.11.0](https://github.com/ipfs/public-gateway-checker/compare/v1.10.9...v1.11.0) (2024-08-29) + + +### Features + +* dlunar.net ([#582](https://github.com/ipfs/public-gateway-checker/issues/582)) ([c00d5a7](https://github.com/ipfs/public-gateway-checker/commit/c00d5a7aee03eaa99fdaf5ed7219eda47229d364)) + ## [1.10.9](https://github.com/ipfs/public-gateway-checker/compare/v1.10.8...v1.10.9) (2024-07-23) diff --git a/package-lock.json b/package-lock.json index 2b1565a7..61fe7423 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ipfs/public-gateway-checker", - "version": "1.10.9", + "version": "1.11.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ipfs/public-gateway-checker", - "version": "1.10.9", + "version": "1.11.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 c3fcc573..11373304 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@ipfs/public-gateway-checker", "private": true, - "version": "1.10.9", + "version": "1.11.0", "description": "Checks which public gateways are online or not", "author": "Marcin Rataj ", "license": "Apache-2.0 OR MIT",