Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.0.0...v2.0.0) (2023-10-12)

### Bug Fixes

* tokenId typo in type ([c3bd925](c3bd925))
* update types definition package ([44f7760](44f7760))

### Features

* generate new metadara ([bd78f78](bd78f78))
* update types ([4837b16](4837b16))

### BREAKING CHANGES

* new rpc types
  • Loading branch information
semantic-release-bot committed Oct 12, 2023
1 parent 4e6f2b0 commit 4b0fc33
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [2.0.0](https://github.com/mangata-finance/types/compare/v1.0.0...v2.0.0) (2023-10-12)


### Bug Fixes

* tokenId typo in type ([c3bd925](https://github.com/mangata-finance/types/commit/c3bd92518f68e8a7bbeac7279cc7f862b36272b3))
* update types definition package ([44f7760](https://github.com/mangata-finance/types/commit/44f7760e4a7be5b6e0bfea48c11bb89ac50989f8))


### Features

* generate new metadara ([bd78f78](https://github.com/mangata-finance/types/commit/bd78f7881ffa8254c2e9abddd27b853598a19f7c))
* update types ([4837b16](https://github.com/mangata-finance/types/commit/4837b166a62f3a16eb804eb183325a30e78c9ea5))


### BREAKING CHANGES

* new rpc types

# [2.0.0-rc.3](https://github.com/mangata-finance/types/compare/v2.0.0-rc.2...v2.0.0-rc.3) (2023-09-25)


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": "@mangata-finance/types",
"version": "2.0.0-rc.3",
"version": "2.0.0",
"description": "Polkadot.js type definitions for Mangata Network",
"author": "Mangata Finance <[email protected]>",
"type": "module",
Expand Down

0 comments on commit 4b0fc33

Please sign in to comment.