Skip to content

Commit cf1e249

Browse files
Bump version to 2.9.0 (#615)
* 2.9.0 * update code coverage badge --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: mmcallister-cll <139181225+mmcallister-cll@users.noreply.github.com>
1 parent aaa7c98 commit cf1e249

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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.1%25-green)
4+
![Coverage](https://img.shields.io/badge/coverage-99.14%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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainlink/external-adapter-framework",
3-
"version": "2.8.0",
3+
"version": "2.9.0",
44
"main": "dist/index.js",
55
"license": "MIT",
66
"repository": "git://github.com/smartcontractkit/ea-framework-js.git",

0 commit comments

Comments
 (0)