Skip to content

Commit

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

## Unreleased

## [0.0.11] - 2023-07-14

## Added

- Support for RBF
- support to add new address in Ordit wallet class

## Fixed

- Make `sri` OIP2 type optional

## [0.0.10] - 2023-07-13

## Added
Expand Down Expand Up @@ -109,6 +120,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.11]: https://github.com/sadoprotocol/ordit-sdk/compare/v0.0.10...v0.0.11
[0.0.10]: https://github.com/sadoprotocol/ordit-sdk/compare/v0.0.9...v0.0.10
[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
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.10",
"version": "0.0.11",
"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 0c6c7d0

Please sign in to comment.