Skip to content

Commit

Permalink
chore(release): bump version from 2.0.1 to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 21, 2025
1 parent 869b412 commit be00c4e
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/grumpy-pets-turn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/many-tigers-kneel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-ants-crash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-bugs-lay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-cheetahs-drop.md

This file was deleted.

13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @axelar-network/interchain-token-service

## 2.1.0

### Minor Changes

- 9ada6d4: Remove callContractWithInterchainToken to reduce bytecode size. Apps should use interchainTransfer instead.
- 8bf4b60: Interchain tokens now get minted/burnt by the token manager to be consistent with custom tokens
- 1c09736: Add auto-migration of minter for native interchain tokens
- 869b412: Remove minter arg from deployRemoteInterchainToken. deployRemoteInterchainTokenWithMinter can be used instead.

### Patch Changes

- 1c98f3c: Remove flow limit queries from ITS to reduce bytecode size. They can still be queried from the corresponding token manager.

## 2.0.1

### Patch Changes
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": "@axelar-network/interchain-token-service",
"version": "2.0.1",
"version": "2.1.0",
"main": "index.js",
"scripts": {
"build": "npx hardhat clean && npx hardhat compile && npm run copy:interfaces",
Expand Down

0 comments on commit be00c4e

Please sign in to comment.