diff --git a/CHANGELOG.md b/CHANGELOG.md index fc2eee9..8c34232 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,51 @@ # Changelog +## [1.0.2](https://github.com/sendra/catapulta-verify/compare/v1.3.0...v1.0.2) (2025-03-25) + + +### Features + +* add celo network ([#22](https://github.com/sendra/catapulta-verify/issues/22)) ([b749a45](https://github.com/sendra/catapulta-verify/commit/b749a459b46e0fbe335ba87a291e3ead3227d5c8)) +* add metis & commit vscode settings ([b5a59ba](https://github.com/sendra/catapulta-verify/commit/b5a59ba362caf10e59fa0f773bacb597207cf9c3)) +* add publish job ([00bf942](https://github.com/sendra/catapulta-verify/commit/00bf9428e3533008364c105ce09ddf0c2ed4736b)) +* add scroll and polygon zkevm networks ([51c6f7c](https://github.com/sendra/catapulta-verify/commit/51c6f7cf3f8404416c309aff519ae14a6eced522)) +* Added support for gnosis chain ([bb3d2b9](https://github.com/sendra/catapulta-verify/commit/bb3d2b9505da0b28a589ba9c7c2a5994805832a4)) +* detect RPC without debug_traceTransaction ([2453a3e](https://github.com/sendra/catapulta-verify/commit/2453a3e31698af596a4c78a3f197a6b603f5a835)) +* multi verification ([#25](https://github.com/sendra/catapulta-verify/issues/25)) ([7ea3d13](https://github.com/sendra/catapulta-verify/commit/7ea3d13faedaf7c9affb0bc24e665ef991651e39)) +* simplified config ([#30](https://github.com/sendra/catapulta-verify/issues/30)) ([fd21158](https://github.com/sendra/catapulta-verify/commit/fd2115889fb3c5da0fd2493c68dbf3fc04005a43)) +* verify on multiple explorers in parallel ([#34](https://github.com/sendra/catapulta-verify/issues/34)) ([91ca7ed](https://github.com/sendra/catapulta-verify/commit/91ca7edffd96ac42e399097b65613b6d5594497e)) + + +### Bug Fixes + +* add more delaye between guid checks ([a8a895f](https://github.com/sendra/catapulta-verify/commit/a8a895f8480d1815ce5a87766aac6d221ac8585b)) +* add node install step & resolve npm issues ([4c3159d](https://github.com/sendra/catapulta-verify/commit/4c3159da1b3d39abc117862e6f3247de879175a4)) +* add shebang to main file ([ec89816](https://github.com/sendra/catapulta-verify/commit/ec898169e4098600c7ea907755e4764509018fe1)) +* allow non existent .env ([ddd3d25](https://github.com/sendra/catapulta-verify/commit/ddd3d259199172d8b62c6d585cdfa49b0228c575)) +* alter runner conditions ([5800bd8](https://github.com/sendra/catapulta-verify/commit/5800bd8ab79590516977a91c6efc7252c07aff35)) +* error logs ([9c64bf7](https://github.com/sendra/catapulta-verify/commit/9c64bf7bff44a29964e5200e867bf9952d0e69bb)) +* lint ([d90f785](https://github.com/sendra/catapulta-verify/commit/d90f785c62cf34f274f89b8cb7ac0287a7cf077f)) +* lint package.json ([f879783](https://github.com/sendra/catapulta-verify/commit/f87978316872eecea061fa6c77123aaa36bf4a71)) +* load dotenv before import config ([c265684](https://github.com/sendra/catapulta-verify/commit/c265684ce875c2fc0d12ddd41392fe615c63fdaa)) +* reduce sleep to 1 from 3 ([b08f6f3](https://github.com/sendra/catapulta-verify/commit/b08f6f3ade46ad6928c78640e5246e9af1722787)) +* remove biome install ([6d10462](https://github.com/sendra/catapulta-verify/commit/6d10462bc2f7c3fe204d37375627ebbd572b7e45)) +* remove bluebird, ethers ([731623b](https://github.com/sendra/catapulta-verify/commit/731623bb73dfe671f7c31fcfd903034d231ed8c4)) +* remove force ([#24](https://github.com/sendra/catapulta-verify/issues/24)) ([4ca53ba](https://github.com/sendra/catapulta-verify/commit/4ca53baf6531ed50348a45de3d9d771dd760b155)) +* remove force ([#26](https://github.com/sendra/catapulta-verify/issues/26)) ([e27b604](https://github.com/sendra/catapulta-verify/commit/e27b604516d5d205673f88c4a588cfed04b7c315)) +* rename bsc to bnb ([#16](https://github.com/sendra/catapulta-verify/issues/16)) ([31e3332](https://github.com/sendra/catapulta-verify/commit/31e3332d41033937c651a3cb54e3f5934e88b28d)) +* split Lint and Build ([c6a0bf0](https://github.com/sendra/catapulta-verify/commit/c6a0bf074bf6c3b03087e720accf56a67ef1dd2b)) + + +### Performance Improvements + +* skip building test & scripts ([#19](https://github.com/sendra/catapulta-verify/issues/19)) ([9c3fe19](https://github.com/sendra/catapulta-verify/commit/9c3fe19b00ba2e72cd91801364df8b9886bff1ea)) + + +### Miscellaneous Chores + +* release 1.0.1 ([356b2b7](https://github.com/sendra/catapulta-verify/commit/356b2b72e9e492b0067ec7ac79bb5f925ef25509)) +* release 1.0.2 ([4d402aa](https://github.com/sendra/catapulta-verify/commit/4d402aa8f95c73ac604cbd1c76a6533d0c3e6dc5)) + ## [1.3.0](https://github.com/catapulta-sh/catapulta-verify/compare/v1.2.1...v1.3.0) (2025-01-27) diff --git a/package.json b/package.json index 68bfdb8..685bc52 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "catapulta-verify", - "version": "1.3.0", + "version": "1.0.2", "author": "@kartojal (https://catapulta.sh/)", "repository": { "type": "git",