Skip to content

Commit

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

## Unreleased


## [0.0.6] - 2023-06-30

## Added

- OrditAPI supports fetching all inscriptions of an address
- OrditAPI supports fetching an inscription details at outpoint
- Ordit wallet class to implement methods do the same as above

## Fixed

- Handle float fee values using ceil function
Expand Down Expand Up @@ -63,7 +72,8 @@ 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.5]: https://github.com/sadoprotocol/ordit-sdk/compare/v0.0.3...v0.0.5
[0.0.6]: https://github.com/sadoprotocol/ordit-sdk/compare/v0.0.5...v0.0.6
[0.0.5]: https://github.com/sadoprotocol/ordit-sdk/compare/v0.0.4...v0.0.5
[0.0.4]: https://github.com/sadoprotocol/ordit-sdk/compare/v0.0.3...v0.0.4
[0.0.3]: https://github.com/sadoprotocol/ordit-sdk/compare/v0.0.2...v0.0.3
[0.0.2]: https://github.com/sadoprotocol/ordit-sdk/compare/v0.0.1...v0.0.2
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.5",
"version": "0.0.6",
"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 b311680

Please sign in to comment.