diff --git a/CHANGELOG.md b/CHANGELOG.md index d1fada1..d90c801 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Fixed + +- Fix README (6a96963) +- Update Changelog and README (4a36b59) - Fix typescript linting (ae6918e) + +### Added + - Impl sellKey instruction (b2076a3) ## [0.0.3] - 2023-03-11 diff --git a/package.json b/package.json index 4b9b8c3..a708e29 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hotkeys-sdk", - "version": "0.0.3", + "version": "0.1.0", "description": "Typescript SDK for HotKeys", "repository": { "type": "git",