diff --git a/CHANGELOG.md b/CHANGELOG.md index a837f2a..db7a568 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.10.1](https://github.com/MVPWorkshop/thea-sdk/compare/v0.10.0...v0.10.1) (2023-02-21) + + +### Bug Fixes + +* documentation updated and test coverage raised ([2fb1e08](https://github.com/MVPWorkshop/thea-sdk/commit/2fb1e08112f37129c48b88f9c2e90096355845f4)) +* get token list now uses subgraph ([a02927f](https://github.com/MVPWorkshop/thea-sdk/commit/a02927f8c063251a8f1439e0b94ba2f599ee6777)) + ## [0.10.0](https://github.com/MVPWorkshop/thea-sdk/compare/v0.9.5...v0.10.0) (2023-02-21) diff --git a/package-lock.json b/package-lock.json index dd849ae..0f95f4c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mcovilo/thea-sdk", - "version": "0.10.0", + "version": "0.10.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@mcovilo/thea-sdk", - "version": "0.10.0", + "version": "0.10.1", "license": "ISC", "dependencies": { "axios": "^1.2.2", diff --git a/package.json b/package.json index d5c0da9..d9f4c60 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mcovilo/thea-sdk", - "version": "0.10.0", + "version": "0.10.1", "description": "Thea SDK", "main": "dist/index.js", "module": "dist/index.es.js",