Skip to content

Commit

Permalink
Bump to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
0xslipk committed Nov 1, 2022
1 parent 26f315b commit 8385917
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 0.1.2
- [#70](https://github.com/blockcoders/harmony-marketplace-sdk/pull/70) change value type to support BN and number by [@MaxMustermann2](https://github.com/MaxMustermann2)

## 0.1.1
- [#69](https://github.com/blockcoders/harmony-marketplace-sdk/pull/69) Metamask signing support
- [#68](https://github.com/blockcoders/harmony-marketplace-sdk/pull/68) Support for payable contract methods
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "harmony-marketplace-sdk",
"version": "0.1.1",
"version": "0.1.2",
"description": "Harmony Marketplace SDK provides a collection of interfaces to interact with HRC721, HRC1155 and any Smart Contracts that extends those standards.",
"author": "Blockcoders <engineering@blockcoders.io>",
"license": "MIT",
Expand Down

0 comments on commit 8385917

Please sign in to comment.