diff --git a/CHANGELOG.md b/CHANGELOG.md index 972dd322..9d6b3d7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [1.4.0](https://github.com/ipfs/public-gateway-checker/compare/v1.3.2...v1.4.0) (2023-07-13) + + +### Features + +* add twdragon.net ([#361](https://github.com/ipfs/public-gateway-checker/issues/361)) ([16454d3](https://github.com/ipfs/public-gateway-checker/commit/16454d34b57c67aee525d926e51a31f8e88e5a2b)) + + +### Trivial Changes + +* Update .github/dependabot.yml [skip ci] ([035d92c](https://github.com/ipfs/public-gateway-checker/commit/035d92cec96f73fb37b4b32f9a97427cdfdcef6f)) +* Update .github/workflows/stale.yml [skip ci] ([cdd2e14](https://github.com/ipfs/public-gateway-checker/commit/cdd2e14240bf2f00268cce830120d813996456ce)) + ## [1.3.2](https://github.com/ipfs/public-gateway-checker/compare/v1.3.1...v1.3.2) (2023-06-15) diff --git a/package-lock.json b/package-lock.json index 174b2460..1228b6e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ipfs/public-gateway-checker", - "version": "1.3.2", + "version": "1.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ipfs/public-gateway-checker", - "version": "1.3.2", + "version": "1.4.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 1d74e17a..f9ee5c58 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@ipfs/public-gateway-checker", "private": true, - "version": "1.3.2", + "version": "1.4.0", "description": "Checks which public gateways are online or not", "author": "Marcin Rataj ", "license": "Apache-2.0 OR MIT",