File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -35,8 +35,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
35
35
36
36
-->
37
37
38
- ## [ Unreleased ]
38
+ ## [ 0.1.0-alpha.0 ]
39
39
40
40
### Added
41
41
42
42
- ` getPrice ` method that calls the ` latestRoundData ` method on a deployed ` aggregatorInterfaceAbi ` contract
43
+
44
+ ## [ Unreleased]
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @chainsafe/web3.js-chainlink-plugin" ,
3
- "version" : " 0.1.0" ,
3
+ "version" : " 0.1.0-alpha.0 " ,
4
4
"description" : " A Web3.js 4.x Plugin for Interacting With Chainlink Smart Contracts" ,
5
5
"main" : " lib/index.js" ,
6
6
"repository" : {
11
11
"license" : " LGPL-3.0" ,
12
12
"private" : false ,
13
13
"files" : [
14
- " lib/**/*"
14
+ " lib/**/*" ,
15
+ " dist/**/*"
15
16
],
16
17
"scripts" : {
17
18
"build" : " tsc --build" ,
You can’t perform that action at this time.
0 commit comments