Skip to content

Commit 164e40a

Browse files
Bump version to 2.4.0 (#458)
* 2.4.0 * update code coverage badge --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: David de Kloet <[email protected]>
1 parent 5db52da commit 164e40a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# EA Framework v3
22

33
[![NPM version](https://img.shields.io/npm/v/@chainlink/external-adapter-framework.svg?style=flat)](https://www.npmjs.com/package/@chainlink/external-adapter-framework)
4-
![Coverage](https://img.shields.io/badge/coverage-99.11%25-green)
4+
![Coverage](https://img.shields.io/badge/coverage-99.12%25-green)
55

66
Framework to create External adapters, microservices that serve as middleware to facilitate connections between Chainlink Nodes and Data Providers (DP).
77

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainlink/external-adapter-framework",
3-
"version": "2.3.0",
3+
"version": "2.4.0",
44
"main": "dist/index.js",
55
"license": "MIT",
66
"dependencies": {

0 commit comments

Comments
 (0)