Skip to content

Commit

Permalink
fix: add barrel export for MsgIbcTransfer model
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronCQL committed Aug 18, 2023
1 parent b269d8d commit e38bea1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## `v0.0.31`

### Miscellaneous

- Added missing barrel export for `MsgIbcTransfer` model

## `v0.0.30`

### Features
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.30",
"version": "0.0.31",
"private": false,
"packageManager": "[email protected]",
"sideEffects": false,
Expand Down
1 change: 1 addition & 0 deletions src/client/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export { simulateTx, type SimulateTxParams } from "./apis/simulateTx";
export { RpcClient } from "./clients/RpcClient";
export { type Adapter } from "./models/Adapter";
export { MsgExecuteContract } from "./models/MsgExecuteContract";
export { MsgIbcTransfer } from "./models/MsgIbcTransfer";
export { MsgOsmosisSinglePoolSwap } from "./models/MsgOsmosisSinglePoolSwap";
export { MsgSend } from "./models/MsgSend";
export { MsgSwapExactAmountIn } from "./models/MsgSwapExactAmountIn";
Expand Down

0 comments on commit e38bea1

Please sign in to comment.