Skip to content

Commit

Permalink
chore(bump): update changelog and bump sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
kranthicodes committed Jul 10, 2023
1 parent 44bb012 commit a2d2a09
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [0.0.9] - 2023-07-11

## Added

- Add instant buy support to Ordit SDK
- Improved wallet API

## Fixed

- No Sighash support in signer
- Signing of all inputs
- Derivation of addresses from bip39 and seed properly

## [0.0.8] - 2023-07-04

## Added
Expand Down Expand Up @@ -84,6 +97,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Feature to get addresses and balances given PublicKey | seed | bip39 mnemonic.
- This change log file to highlight notable changes

[0.0.9]: https://github.com/sadoprotocol/ordit-sdk/compare/v0.0.8...v0.0.9
[0.0.8]: https://github.com/sadoprotocol/ordit-sdk/compare/v0.0.7...v0.0.8
[0.0.7]: https://github.com/sadoprotocol/ordit-sdk/compare/v0.0.6...v0.0.7
[0.0.6]: https://github.com/sadoprotocol/ordit-sdk/compare/v0.0.5...v0.0.6
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sadoprotocol/ordit-sdk",
"version": "0.0.8",
"version": "0.0.9",
"description": "SDK for simplified interaction with wallet APIs and inscription service",
"repository": "https://github.com/sadoprotocol/ordit-sdk",
"bugs": "https://github.com/sadoprotocol/ordit-sdk/issues",
Expand Down

0 comments on commit a2d2a09

Please sign in to comment.