diff --git a/CHANGELOG.md b/CHANGELOG.md index dc93264..958fe9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,3 +34,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - I've improved the security in XY (#1000) --> + +## [Unreleased] + +### Added + +- `getPrice` method that calls the `latestRoundData` method on a deployed `aggregatorInterfaceAbi` contract diff --git a/package.json b/package.json index 86f46ef..4111432 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chainsafe/web3.js-chainlink-plugin", - "version": "0.0.1", + "version": "0.1.0-alpha.0", "description": "A Web3.js 4.x Plugin for Interacting With Chainlink Smart Contracts", "main": "dist/index.js", "repository": { diff --git a/tsdoc.json b/tsdoc.json index 9f254ef..3064a4a 100644 --- a/tsdoc.json +++ b/tsdoc.json @@ -16,10 +16,6 @@ "syntaxKind": "inline", "allowMultiple": true }, - - // TODO: When following fix is released we can replace below configuration with `extend` - // https://github.com/TypeStrong/typedoc/issues/2015 - // "extends": ["typedoc/tsdoc.json"], { "tagName": "@module", "syntaxKind": "block"