Skip to content

Commit 2495f4a

Browse files
authored
Merge branch 'main' into downgrade
2 parents 455133e + bc8c5dd commit 2495f4a

File tree

21 files changed

+1232
-671
lines changed

21 files changed

+1232
-671
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,6 @@ jobs:
161161
162162
- name: Check Internal Links
163163
run: npm run linkcheck-internal
164-
env:
165-
NODE_OPTIONS: "--max-old-space-size=8192"
166164

167165
# Job 4: Check Types
168166
typecheck:

public/changelog.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,13 @@
342342
}
343343
},
344344
"data": [
345+
{
346+
"category": "release",
347+
"date": "2025-11-20",
348+
"description": "CRE CLI version 1.0.2 is now available with various improvements based on user feedback.\n\nUpdate your CLI by running `cre update` when prompted, or follow the [CLI Installation guide](https://docs.chain.link/cre/getting-started/cli-installation) for fresh installations.",
349+
"title": "CRE CLI v1.0.2",
350+
"topic": "CRE"
351+
},
345352
{
346353
"category": "integration",
347354
"date": "2025-11-16",

reports/llms-report.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
2-
"startedAt": "2025-11-19T17:59:11.211Z",
2+
"startedAt": "2025-11-20T22:30:43.693Z",
33
"siteBase": "https://docs.chain.link",
44
"sections": [
55
{
66
"section": "cre-go",
7-
"pagesProcessed": 84,
7+
"pagesProcessed": 82,
88
"outputPath": "src/content/cre/llms-full-go.txt",
9-
"bytes": 634954,
10-
"prevBytes": 634936,
11-
"deltaBytes": 18
9+
"bytes": 646607,
10+
"prevBytes": 646607,
11+
"deltaBytes": 0
1212
},
1313
{
1414
"section": "cre-ts",
15-
"pagesProcessed": 79,
15+
"pagesProcessed": 77,
1616
"outputPath": "src/content/cre/llms-full-ts.txt",
17-
"bytes": 590375,
18-
"prevBytes": 590357,
19-
"deltaBytes": 18
17+
"bytes": 602114,
18+
"prevBytes": 602114,
19+
"deltaBytes": 0
2020
},
2121
{
2222
"section": "vrf",
@@ -123,5 +123,5 @@
123123
"deltaBytes": 0
124124
}
125125
],
126-
"finishedAt": "2025-11-19T17:59:15.575Z"
126+
"finishedAt": "2025-11-20T22:30:47.787Z"
127127
}

src/components/DownloadButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const DownloadButton = () => {
1515
}
1616

1717
const handleClick = () => {
18-
window.open("https://github.com/smartcontractkit/cre-cli/releases/tag/v1.0.1", "_blank", "noopener,noreferrer")
18+
window.open("https://github.com/smartcontractkit/cre-cli/releases/tag/v1.0.2", "_blank", "noopener,noreferrer")
1919
}
2020

2121
const handleMouseOver = (e) => {

0 commit comments

Comments
 (0)