From ceadd85988dd53db3c5230d8cee8ee32720331c4 Mon Sep 17 00:00:00 2001 From: Wyatt Barnes Date: Mon, 14 Nov 2022 19:34:25 -1000 Subject: [PATCH 1/3] Update CHANGELOG to include Unreleased changes --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) 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 From b02245514a44ceb85719fc519cc8687fc0b726e7 Mon Sep 17 00:00:00 2001 From: Wyatt Barnes Date: Mon, 14 Nov 2022 19:34:36 -1000 Subject: [PATCH 2/3] Update package version to 0.1.0-alpha.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": { From 034804f6ede03c04ad3f8e1b0c6a1e5c6826e96d Mon Sep 17 00:00:00 2001 From: Wyatt Barnes Date: Mon, 14 Nov 2022 19:34:45 -1000 Subject: [PATCH 3/3] Remove comment from tsdoc.json --- tsdoc.json | 4 ---- 1 file changed, 4 deletions(-) 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"