Skip to content

Commit e7ee74c

Browse files
Release 1.358.0 (#5072)
Co-authored-by: app-token-issuer-data-feeds[bot] <134377064+app-token-issuer-data-feeds[bot]@users.noreply.github.com>
1 parent 3e6f0d7 commit e7ee74c

7 files changed

Lines changed: 13 additions & 9 deletions

File tree

.changeset/public-bugs-go.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

MASTERLIST.md

Lines changed: 2 additions & 1 deletion
Large diffs are not rendered by default.

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-adapters-js",
3-
"version": "1.357.0",
3+
"version": "1.358.0",
44
"license": "MIT",
55
"private": true,
66
"workspaces": [

packages/sources/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ This document was generated automatically. Please see [Master List Generator](..
107107
- [nav-fund-services](./nav-fund-services/README.md)
108108
- [nav-generic](./nav-generic/README.md)
109109
- [ncfx](./ncfx/README.md)
110+
- [nobi](./nobi/README.md)
110111
- [nomia](./nomia/README.md)
111112
- [nomia2](./nomia2/README.md)
112113
- [nyfed](./nyfed/README.md)

packages/sources/nobi/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @chainlink/nobi-adapter
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- [#5020](https://github.com/smartcontractkit/external-adapters-js/pull/5020) [`3e6f0d7`](https://github.com/smartcontractkit/external-adapters-js/commit/3e6f0d7e5d168c8ad84e931d4782e1dcc21e52b4) Thanks [@mmcallister-cll](https://github.com/mmcallister-cll)! - Nobi initial release

packages/sources/nobi/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# NOBI
22

3-
![0.0.0](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/nobi/package.json) ![v3](https://img.shields.io/badge/framework%20version-v3-blueviolet)
3+
![1.0.0](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/nobi/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

packages/sources/nobi/package.json

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

0 commit comments

Comments
 (0)