Skip to content

Commit 93450b5

Browse files
chore(master): release 1.0.0 (#29)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c1e0378 commit 93450b5

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Changelog
2+
3+
## [1.0.0](https://github.com/ChainSafe/web3.js-plugin-chainlink/compare/v0.1.0-alpha.0...v1.0.0) (2023-08-07)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* rename npm project
9+
10+
### Features
11+
12+
* rename, update dependencies and configs. ([d29710b](https://github.com/ChainSafe/web3.js-plugin-chainlink/commit/d29710b5722de44d50cdd425808ac0631a355cfa))
13+
14+
15+
### Bug Fixes
16+
17+
* ci ([0c50eea](https://github.com/ChainSafe/web3.js-plugin-chainlink/commit/0c50eea7249adfcd3c4a81a80291aa1a71937515))
18+
* update blackbox tests ([ae4a18b](https://github.com/ChainSafe/web3.js-plugin-chainlink/commit/ae4a18b3f8c0f9297d90b6bcb26207f57b69dca6))
19+
20+
21+
### Miscellaneous
22+
23+
* release 1.0.0 ([c1e0378](https://github.com/ChainSafe/web3.js-plugin-chainlink/commit/c1e03787ff79ed2d7522cddb7ff3b99391ea3893))
24+
* rename npm project ([312f75d](https://github.com/ChainSafe/web3.js-plugin-chainlink/commit/312f75d64e16faead85ac5a990678b8aefae19a9))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainsafe/web3-plugin-chainlink",
3-
"version": "9.9.9",
3+
"version": "1.0.0",
44
"description": "A Web3.js 4.x Plugin for Interacting With Chainlink Smart Contracts",
55
"main": "lib/index.js",
66
"repository": {

0 commit comments

Comments
 (0)