Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package Version, CHANGELOG.md, and tsdoc.json Changes #8

Merged
merged 3 commits into from Nov 21, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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
2 changes: 1 addition & 1 deletion 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": {
Expand Down
4 changes: 0 additions & 4 deletions tsdoc.json
Expand Up @@ -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"],
avkos marked this conversation as resolved.
Show resolved Hide resolved
{
"tagName": "@module",
"syntaxKind": "block"
Expand Down