Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronCQL committed Jun 21, 2024
1 parent 36ef5e0 commit 09ccce2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## `v0.0.70`

### Features

- Add legacy amino type to `MsgSend` model
- Add `MsgMigrateContract`, `MsgStoreCode`, `MsgBeginRedelegate`, `MsgDelegate`, `MsgUndelegate`, `MsgWithdrawDelegatorRewards`, `MsgWithdrawValidatorCommission` models
- Add ed25519 signature type

### Fixes

- Add Keplr default sign options to `WalletConnectV2`

## `v0.0.69`

### Chore
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cosmes",
"version": "0.0.69",
"version": "0.0.70",
"private": false,
"packageManager": "pnpm@8.3.0",
"sideEffects": false,
Expand Down

0 comments on commit 09ccce2

Please sign in to comment.