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 Jun 29, 2023
1 parent b7d5469 commit 188797d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## [0.0.5] - 2023-06-30

## Added

Expand Down Expand Up @@ -57,6 +57,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.5]: https://github.com/sadoprotocol/ordit-sdk/compare/v0.0.3...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.4",
"version": "0.0.5",
"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 188797d

Please sign in to comment.