diff --git a/CHANGELOG.md b/CHANGELOG.md index 67c83995..2ab9fee3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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). +## [0.0.11] - 2023-04-25 + +### Fixed + +- Fix type error in `fetchAccountInfo` + ## [0.0.10] - 2023-04-25 ### Fixed @@ -131,6 +137,7 @@ which extend from the abstract `Election` class. - First unstable version of the SDK for testing purposes +[0.0.11]: https://github.com/vocdoni/vocdoni-sdk/releases/tag/v0.0.11 [0.0.10]: https://github.com/vocdoni/vocdoni-sdk/releases/tag/v0.0.10 [0.0.9]: https://github.com/vocdoni/vocdoni-sdk/releases/tag/v0.0.9 [0.0.8]: https://github.com/vocdoni/vocdoni-sdk/releases/tag/v0.0.8 diff --git a/package.json b/package.json index ffa06dce..8d122734 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@vocdoni/sdk", "author": "Vocdoni", - "version": "0.0.10", + "version": "0.0.11", "description": "⚒️An SDK for building applications on top of Vocdoni API", "repository": "https://github.com/vocdoni/vocdoni-sdk.git", "license": "AGPL-3.0-or-later",