Skip to content

Commit cb3f8ae

Browse files
Version Packages (#184)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @smartcontractkit/[email protected] ### Minor Changes - [#183](#183) [`6dd7030`](6dd7030) Thanks [@akhilchainani](https://github.com/akhilchainani)! - Implement EVM Simulations ### Patch Changes - [#188](#188) [`a8db3c4`](a8db3c4) Thanks [@ecPablo](https://github.com/ecPablo)! - Fix bug in nonce calculation when multiple proposals were executed Co-authored-by: app-token-issuer-engops[bot] <144731339+app-token-issuer-engops[bot]@users.noreply.github.com>
1 parent a8db3c4 commit cb3f8ae

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.changeset/mean-queens-sparkle.md

-5
This file was deleted.

.changeset/rotten-ads-compare.md

-5
This file was deleted.

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @smartcontractkit/mcms
22

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- [#183](https://github.com/smartcontractkit/mcms/pull/183) [`6dd7030`](https://github.com/smartcontractkit/mcms/commit/6dd7030d76efaa44e75332421c44b1adc1f31728) Thanks [@akhilchainani](https://github.com/akhilchainani)! - Implement EVM Simulations
8+
9+
### Patch Changes
10+
11+
- [#188](https://github.com/smartcontractkit/mcms/pull/188) [`a8db3c4`](https://github.com/smartcontractkit/mcms/commit/a8db3c4ba39d8067bd96fda915544dd17808d599) Thanks [@ecPablo](https://github.com/ecPablo)! - Fix bug in nonce calculation when multiple proposals were executed
12+
313
## 0.3.0
414

515
### Minor Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smartcontractkit/mcms",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "Tools/Libraries to Deploy/Manage/Interact with MCMS",
55
"private": true,
66
"scripts": {

0 commit comments

Comments
 (0)