Skip to content

Commit

Permalink
Bump version to 1.3.0 (#264)
Browse files Browse the repository at this point in the history
* 1.3.0

* update code coverage badge

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jul 31, 2024
1 parent d1bd1d5 commit c5743ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# EA Framework v3

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

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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainlink/external-adapter-framework",
"version": "1.2.0",
"version": "1.3.0",
"main": "dist/index.js",
"license": "MIT",
"dependencies": {
Expand Down

0 comments on commit c5743ad

Please sign in to comment.