Skip to content

Commit 2366bc8

Browse files
committed
Merge branch 'wyatt/update-readme'
2 parents 8c4d854 + 0cc4296 commit 2366bc8

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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]

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {
@@ -11,7 +11,8 @@
1111
"license": "LGPL-3.0",
1212
"private": false,
1313
"files": [
14-
"lib/**/*"
14+
"lib/**/*",
15+
"dist/**/*"
1516
],
1617
"scripts": {
1718
"build": "tsc --build",

0 commit comments

Comments
 (0)