Skip to content

Commit 63c4324

Browse files
Release 1.88.0
1 parent f7ee483 commit 63c4324

File tree

10 files changed

+20
-18
lines changed

10 files changed

+20
-18
lines changed

.changeset/fuzzy-carrots-cough.md

-5
This file was deleted.

.changeset/sour-lizards-rush.md

-5
This file was deleted.

MASTERLIST.md

+3-3
Large diffs are not rendered by default.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainlink/external-adapters-js",
3-
"version": "1.87.0",
3+
"version": "1.88.0",
44
"license": "MIT",
55
"private": true,
66
"workspaces": [

packages/sources/eodhistoricaldata/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @chainlink/eodhistoricaldata-adapter
22

3+
## 1.5.0
4+
5+
### Minor Changes
6+
7+
- [#2979](https://github.com/smartcontractkit/external-adapters-js/pull/2979) [`f7ee48382`](https://github.com/smartcontractkit/external-adapters-js/commit/f7ee48382e46951ec7f9492af0d40c70a1079ffa) Thanks [@alecgard](https://github.com/alecgard)! - Add ETF alias to EODHistoricalData.
8+
39
## 1.4.2
410

511
### Patch Changes

packages/sources/eodhistoricaldata/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Chainlink External Adapter for EOD Historical Data
22

3-
![1.4.2](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/eodhistoricaldata/package.json) ![v2](https://img.shields.io/badge/framework%20version-v2-blueviolet)
3+
![1.5.0](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/eodhistoricaldata/package.json) ![v2](https://img.shields.io/badge/framework%20version-v2-blueviolet)
44

55
This document was generated automatically. Please see [README Generator](../../scripts#readme-generator) for more info.
66

packages/sources/eodhistoricaldata/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainlink/eodhistoricaldata-adapter",
3-
"version": "1.4.2",
3+
"version": "1.5.0",
44
"description": "Chainlink eodhistoricaldata adapter.",
55
"keywords": [
66
"Chainlink",

packages/sources/twelvedata/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @chainlink/twelvedata-adapter
22

3+
## 1.4.0
4+
5+
### Minor Changes
6+
7+
- [#2979](https://github.com/smartcontractkit/external-adapters-js/pull/2979) [`f7ee48382`](https://github.com/smartcontractkit/external-adapters-js/commit/f7ee48382e46951ec7f9492af0d40c70a1079ffa) Thanks [@alecgard](https://github.com/alecgard)! - Add ETF alias for TwelveData.
8+
39
## 1.3.2
410

511
### Patch Changes

packages/sources/twelvedata/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Chainlink External Adapter for Twelvedata
22

3-
![1.3.2](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/twelvedata/package.json) ![v2](https://img.shields.io/badge/framework%20version-v2-blueviolet)
3+
![1.4.0](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/twelvedata/package.json) ![v2](https://img.shields.io/badge/framework%20version-v2-blueviolet)
44

55
`closing` endpoint provides the closing price of the previous day as detailed in [Twelvedata documentation](https://twelvedata.com/docs#end-of-day-price).
66

packages/sources/twelvedata/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainlink/twelvedata-adapter",
3-
"version": "1.3.2",
3+
"version": "1.4.0",
44
"description": "Chainlink twelvedata adapter.",
55
"keywords": [
66
"Chainlink",

0 commit comments

Comments
 (0)