We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c4d854 + 0cc4296 commit 2366bc8Copy full SHA for 2366bc8
2 files changed
CHANGELOG.md
@@ -35,8 +35,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
35
36
-->
37
38
-## [Unreleased]
+## [0.1.0-alpha.0]
39
40
### Added
41
42
- `getPrice` method that calls the `latestRoundData` method on a deployed `aggregatorInterfaceAbi` contract
43
+
44
+## [Unreleased]
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@chainsafe/web3.js-chainlink-plugin",
3
- "version": "0.1.0",
+ "version": "0.1.0-alpha.0",
4
"description": "A Web3.js 4.x Plugin for Interacting With Chainlink Smart Contracts",
5
"main": "lib/index.js",
6
"repository": {
@@ -11,7 +11,8 @@
11
"license": "LGPL-3.0",
12
"private": false,
13
"files": [
14
- "lib/**/*"
+ "lib/**/*",
15
+ "dist/**/*"
16
],
17
"scripts": {
18
"build": "tsc --build",
0 commit comments