From 7ba3d9a66212a591474bee17631671ca21bd6d4e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 28 Sep 2020 21:40:05 +0000 Subject: [PATCH] 6.11.0 # [6.11.0](https://github.com/trufflesuite/ganache-cli/compare/v6.10.2...v6.11.0) (2020-09-28) ### Bug Fixes * Update ganache-core to v2.12.1 ([5a12da4](https://github.com/trufflesuite/ganache-cli/commit/5a12da4b01e82db3232bb200584eedb03d00c3f2)) ### Features * add `chainId` option ([#787](https://github.com/trufflesuite/ganache-cli/issues/787)) ([61ba4e3](https://github.com/trufflesuite/ganache-cli/commit/61ba4e37542718fa099784d16bbe3658cf766442)) * add evm_(un)lockUnknownAccount by updating ganache-core to v2.12.0-beta.0 ([4e29e6e](https://github.com/trufflesuite/ganache-cli/commit/4e29e6ef8b6ab580d47ba0ef9585c519621e004d)) --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4890bd374..8425bf1d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ganache-cli", - "version": "6.11.0-beta.1", + "version": "6.11.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 458810ebb..5bc7bc926 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ganache-cli", - "version": "6.11.0-beta.1", + "version": "6.11.0", "bin": { "ganache-cli": "cli.js" },