Skip to content

Commit

Permalink
Merge pull request #8 from ChainSafe/wyatt/2/version-and-other-changes
Browse files Browse the repository at this point in the history
Package Version, `CHANGELOG.md`, and `tsdoc.json` Changes
  • Loading branch information
spacesailor24 committed Nov 21, 2022
2 parents 141a6ca + 034804f commit 5296e14
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
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"],
{
"tagName": "@module",
"syntaxKind": "block"
Expand Down

0 comments on commit 5296e14

Please sign in to comment.