diff --git a/.changeset/early-geckos-rescue.md b/.changeset/early-geckos-rescue.md deleted file mode 100644 index f631ce993..000000000 --- a/.changeset/early-geckos-rescue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@celo/celocli': minor ---- - -feat: Running celocli lockedgold:lock will now automatically register the eoa as an account if needed before locking diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 34c0f49d1..b9788933f 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 5.1.0 + +### Minor Changes + +- [#210](https://github.com/celo-org/developer-tooling/pull/210) [`5f304f0`](https://github.com/celo-org/developer-tooling/commit/5f304f06da4bcee437d1a8d098116b0edf5a12fc) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - feat: Running celocli lockedgold:lock will now automatically register the eoa as an account if needed before locking + ## 5.0.0 ### Major Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 4f29098b9..9a268c264 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@celo/celocli", "description": "CLI Tool for transacting with the Celo protocol", - "version": "5.0.0", + "version": "5.1.0", "author": "Celo", "license": "Apache-2.0", "repository": "celo-org/developer-tooling",