From 188797dbf132c716ae9d233cd8111ed61eea3265 Mon Sep 17 00:00:00 2001 From: Sai Kranthi Date: Thu, 29 Jun 2023 21:03:14 +0530 Subject: [PATCH] chore(docs): update changelog --- packages/sdk/CHANGELOG.md | 3 ++- packages/sdk/package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/sdk/CHANGELOG.md b/packages/sdk/CHANGELOG.md index 3f4fb6c8..231fbffe 100644 --- a/packages/sdk/CHANGELOG.md +++ b/packages/sdk/CHANGELOG.md @@ -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 @@ -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 diff --git a/packages/sdk/package.json b/packages/sdk/package.json index 7e2bde6b..9f6237d9 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -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",