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
3535
3636-->
3737
38- ## [ Unreleased ]
38+ ## [ 0.1.0-alpha.0 ]
3939
4040### Added
4141
4242- ` 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 11{
22 "name" : " @chainsafe/web3.js-chainlink-plugin" ,
3- "version" : " 0.1.0" ,
3+ "version" : " 0.1.0-alpha.0 " ,
44 "description" : " A Web3.js 4.x Plugin for Interacting With Chainlink Smart Contracts" ,
55 "main" : " lib/index.js" ,
66 "repository" : {
1111 "license" : " LGPL-3.0" ,
1212 "private" : false ,
1313 "files" : [
14- " lib/**/*"
14+ " lib/**/*" ,
15+ " dist/**/*"
1516 ],
1617 "scripts" : {
1718 "build" : " tsc --build" ,
You can’t perform that action at this time.
0 commit comments