From 791b0303559953e1f13e3e5a60980844b11745dd Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 16 Nov 2023 00:59:55 +0000 Subject: [PATCH] 0.3.0 --- CHANGELOG.md | 29 ++++++++++++++++++++++++++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 30 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab58161..e6b0d18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.0] +### Uncategorized +- devDeps: remove unused ethjs-http-provider +- devDeps: chai@3.5.0->^4.3.10 +- devDeps: mocha@3.2.0->^7.2.0 +- devDeps: ethjs-provider-http@0.1.3->0.1.6 +- npm dedupe; npm audit fix +- devDeps: async@^2.6.0->^2.6.4 +- devDeps: cross-env@1.0.7->^6.0.3 +- devDeps: pre-commit@1.1.3->^1.2.2 +- devDeps: rimraf@2.3.4->^3.0.2 +- chore: remove lint:staged script +- devDeps: remove unused check-es3-syntax-cli +- devDeps: remove unused ethereumjs-testrpc +- devDeps: remove unused eventsource-polyfill +- format CHANGELOG.md +- rename package from ethjs-contract to @metamask/ethjs-contract +- npm v5+ compat: rename prepublish script to prepare +- add package publishConfig +- chore: add .nvmrc set to v12 +- deps: add missing promise-to-callback from devDeps ([#5](https://github.com/MetaMask/ethjs-contract/pull/5)) +- ci: add GitHub Actions workflows +- Remove Travis and coveralls.io integrations +- devDeps: ganache-core@2.1.0 -> ganache-cli@^6.12.2 +- Restrict compatible node versions to ^8.17 ([#2](https://github.com/MetaMask/ethjs-contract/pull/2)) + ## [0.1.6] ### Changed - Bn formatting update @@ -48,7 +74,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Basic docs - License -[Unreleased]: https://github.com/MetaMask/ethjs-contract/compare/v0.1.6...HEAD +[Unreleased]: https://github.com/MetaMask/ethjs-contract/compare/v0.3.0...HEAD +[0.3.0]: https://github.com/MetaMask/ethjs-contract/compare/v0.1.6...v0.3.0 [0.1.6]: https://github.com/MetaMask/ethjs-contract/compare/v0.1.5...v0.1.6 [0.1.5]: https://github.com/MetaMask/ethjs-contract/compare/v0.1.4...v0.1.5 [0.1.4]: https://github.com/MetaMask/ethjs-contract/compare/v0.1.3...v0.1.4 diff --git a/package-lock.json b/package-lock.json index cd693d4..710827a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@metamask/ethjs-contract", - "version": "0.2.3", + "version": "0.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 137c2d8..5a77cbc 100644 --- a/package.json +++ b/package.json @@ -219,5 +219,5 @@ "test:coverage": "node ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- src/tests/**/*.js -R spec --timeout 2000000", "test:lib": "mocha ./lib/tests/**/*.js -R spec --timeout 2000000 --check-leaks --exit" }, - "version": "0.2.3" + "version": "0.3.0" }