Skip to content

Commit 0357e65

Browse files
Release 1.171.0 (packages/sources/tiingo)
1 parent 184a7b5 commit 0357e65

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

packages/sources/tiingo/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## v1.1.0
22

3+
## 2.8.4
4+
5+
### Patch Changes
6+
7+
- [#3849](https://github.com/smartcontractkit/external-adapters-js/pull/3849) [`6588c9f`](https://github.com/smartcontractkit/external-adapters-js/commit/6588c9f57677083c77255573c8dd027d6b8bc0a2) Thanks [@mmcallister-cll](https://github.com/mmcallister-cll)! - Fix forex includes file recognition
8+
39
## 2.8.3
410

511
### Patch Changes

packages/sources/tiingo/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# TIINGO
22

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

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

@@ -177,10 +177,10 @@ Supported names for this endpoint are: `commodities`, `forex`, `fx`.
177177

178178
### Input Params
179179

180-
| Required? | Name | Aliases | Description | Type | Options | Default | Depends On | Not Valid With |
181-
| :-------: | :---: | :-----------------------: | :---------------------: | :----: | :-----: | :-----: | :--------: | :------------: |
182-
|| base | `asset`, `from`, `market` | The asset to query | string | | | | |
183-
|| quote | `to` | The quote to convert to | string | | | | |
180+
| Required? | Name | Aliases | Description | Type | Options | Default | Depends On | Not Valid With |
181+
| :-------: | :---: | :------------: | :--------------------------------------------: | :----: | :-----: | :-----: | :--------: | :------------: |
182+
|| base | `coin`, `from` | The symbol of symbols of the currency to query | string | | | | |
183+
|| quote | `market`, `to` | The symbol of the currency to convert to | string | | | | |
184184

185185
### Example
186186

packages/sources/tiingo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainlink/tiingo-adapter",
3-
"version": "2.8.3",
3+
"version": "2.8.4",
44
"description": "Chainlink tiingo adapter.",
55
"keywords": [
66
"Chainlink",

0 commit comments

Comments
 (0)