From 604a1782b0003c04563e3e4f57405006b6e6cd86 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 30 Aug 2024 15:44:27 +0000 Subject: [PATCH] chore(release): 1.14.0 [skip ci] ## [1.14.0](https://github.com/ipfs/public-gateway-checker/compare/v1.13.0...v1.14.0) (2024-08-30) ### Features * add dwt.my.id ([#592](https://github.com/ipfs/public-gateway-checker/issues/592)) ([7d00759](https://github.com/ipfs/public-gateway-checker/commit/7d0075937ea517a590dd5e5dd32e2e606503d9e0)) --- 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 9af82131..c74aaa34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.14.0](https://github.com/ipfs/public-gateway-checker/compare/v1.13.0...v1.14.0) (2024-08-30) + + +### Features + +* add dwt.my.id ([#592](https://github.com/ipfs/public-gateway-checker/issues/592)) ([7d00759](https://github.com/ipfs/public-gateway-checker/commit/7d0075937ea517a590dd5e5dd32e2e606503d9e0)) + ## [1.13.0](https://github.com/ipfs/public-gateway-checker/compare/v1.12.0...v1.13.0) (2024-08-29) diff --git a/package-lock.json b/package-lock.json index 92311876..ad7ddebb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ipfs/public-gateway-checker", - "version": "1.13.0", + "version": "1.14.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ipfs/public-gateway-checker", - "version": "1.13.0", + "version": "1.14.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 df941e6c..8fc727fd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@ipfs/public-gateway-checker", "private": true, - "version": "1.13.0", + "version": "1.14.0", "description": "Checks which public gateways are online or not", "author": "Marcin Rataj ", "license": "Apache-2.0 OR MIT",