Skip to content

Commit 809e684

Browse files
Version Packages (#651)
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/mcms@0.36.4 ### Patch Changes - [#650](#650) [`c037579`](c037579) Thanks [@ecPablo](https://github.com/ecPablo)! - fix garbage characters getting printed in the derivation path during ledger signing - [#663](#663) [`279dae9`](279dae9) Thanks [@FelixFan1992](https://github.com/FelixFan1992)! - make executor interface backwards compatible - [#658](#658) [`f3650e8`](f3650e8) Thanks [@FelixFan1992](https://github.com/FelixFan1992)! - enhance the aptos mcms inspector with different mcms (regular and curse) Co-authored-by: app-token-issuer-engops[bot] <144731339+app-token-issuer-engops[bot]@users.noreply.github.com>
1 parent 279dae9 commit 809e684

File tree

5 files changed

+11
-16
lines changed

5 files changed

+11
-16
lines changed

.changeset/loud-cars-write.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tall-berries-rhyme.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/witty-colts-invent.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @smartcontractkit/mcms
22

3+
## 0.36.4
4+
5+
### Patch Changes
6+
7+
- [#650](https://github.com/smartcontractkit/mcms/pull/650) [`c037579`](https://github.com/smartcontractkit/mcms/commit/c037579efe47fb441d87e7deb7c2d7d2f1321550) Thanks [@ecPablo](https://github.com/ecPablo)! - fix garbage characters getting printed in the derivation path during ledger signing
8+
9+
- [#663](https://github.com/smartcontractkit/mcms/pull/663) [`279dae9`](https://github.com/smartcontractkit/mcms/commit/279dae9c39af976245ac84b7ead7e8a52f37dc19) Thanks [@FelixFan1992](https://github.com/FelixFan1992)! - make executor interface backwards compatible
10+
11+
- [#658](https://github.com/smartcontractkit/mcms/pull/658) [`f3650e8`](https://github.com/smartcontractkit/mcms/commit/f3650e8fcc978d5078b92d4e6b574fca959a9ddf) Thanks [@FelixFan1992](https://github.com/FelixFan1992)! - enhance the aptos mcms inspector with different mcms (regular and curse)
12+
313
## 0.36.3
414

515
### Patch Changes

package.json

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

0 commit comments

Comments
 (0)