Skip to content

Commit dfdebfa

Browse files
committed
bump to v0.94, add changelog
1 parent 6190259 commit dfdebfa

File tree

6 files changed

+15
-11
lines changed

6 files changed

+15
-11
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.94.0]
11+
1012
- SDK: Browser compatibility - explicit `buffer` dependency and imports for cross-platform support
1113
- CI: Added `publint` and `@arethetypeswrong/cli` validation for package exports
1214
- ESLint: `import/no-nodejs-modules` rule prevents Node.js-only imports in SDK
1315
- Docs: Cross-Platform Portability guidelines in CONTRIBUTING.md
16+
- SDK: Populate default extraArgs for getFee, sendMessage methods, requiring minimal parameters to use these methods
1417

15-
## [0.93.0] - 2025-12-26 - Pre-release
18+
## [0.93.0] - 2025-12-31 - Pre-release
1619

1720
- SDK: `CCIPAPIClient` and `Chain.getLaneLatency()` for querying lane delivery times via CCIP API
1821
- CLI: `lane-latency <source> <dest>` command; `--no-api` flag for decentralized mode

ccip-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainlink/ccip-cli",
3-
"version": "0.93.0",
3+
"version": "0.94.0",
44
"description": "CCIP Command Line Interface, based on @chainlink/ccip-sdk",
55
"author": "Chainlink devs",
66
"license": "MIT",
@@ -48,7 +48,7 @@
4848
},
4949
"dependencies": {
5050
"@aptos-labs/ts-sdk": "^5.2.0",
51-
"@chainlink/ccip-sdk": "^0.93.0",
51+
"@chainlink/ccip-sdk": "^0.94.0",
5252
"@coral-xyz/anchor": "^0.29.0",
5353
"@ethers-ext/signer-ledger": "^6.0.0-beta.1",
5454
"@inquirer/prompts": "8.1.0",

ccip-cli/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { Format } from './commands/index.ts'
1111
util.inspect.defaultOptions.depth = 6 // print down to tokenAmounts in requests
1212
// generate:nofail
1313
// `const VERSION = '${require('./package.json').version}-${require('child_process').execSync('git rev-parse --short HEAD').toString().trim()}'`
14-
const VERSION = '0.93.0-e6b317b'
14+
const VERSION = '0.94.0-6190259'
1515
// generate:end
1616

1717
const globalOpts = {

ccip-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainlink/ccip-sdk",
3-
"version": "0.93.0",
3+
"version": "0.94.0",
44
"description": "SDK/Library to interact with CCIP",
55
"author": "Chainlink devs",
66
"license": "MIT",

package-lock.json

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainlink/ccip-tools-ts",
3-
"version": "0.93.0",
3+
"version": "0.94.0",
44
"description": "CLI and library to interact with CCIP",
55
"author": "Chainlink devs",
66
"license": "MIT",

0 commit comments

Comments
 (0)