Skip to content

Commit 2a3c8ae

Browse files
committed
[RELEASE] 4.0.0
1 parent 23ee24b commit 2a3c8ae

3 files changed

Lines changed: 39 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [4.0.0] - 2026-02-02
11+
1012
### Added
1113

1214
- OneBlink US tenant
@@ -21,6 +23,40 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2123
- **[BREAKING]** support for Node.js 18.
2224
- transfer monitor from s3 sync
2325

26+
### Dependencies
27+
28+
- update @aws-sdk/client-s3 to [3.966.0](https://github.com/aws/aws-sdk-js-v3/releases/tag/v3.966.0) (from [3.400.0](https://github.com/aws/aws-sdk-js-v3/releases/tag/v3.400.0))
29+
30+
- update @aws-sdk/lib-storage to [3.966.0](https://github.com/aws/aws-sdk-js-v3/releases/tag/v3.966.0) (from [3.400.0](https://github.com/aws/aws-sdk-js-v3/releases/tag/v3.400.0))
31+
32+
- update chalk to [5.6.2](https://github.com/chalk/chalk/releases/tag/v5.6.2) (from [5.4.1](https://github.com/chalk/chalk/releases/tag/v5.4.1))
33+
34+
- update execa to [9.6.1](https://github.com/sindresorhus/execa/releases/tag/v9.6.1) (from [9.5.2](https://github.com/sindresorhus/execa/releases/tag/v9.5.2))
35+
36+
- update glob to 13.0.0 (from 10.4.5)
37+
38+
- update inquirer to 13.2.0 (from 12.4.2)
39+
40+
- update jsonwebtoken to [9.0.3](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md) (from [9.0.2](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md))
41+
42+
- update log-symbols to [7.0.1](https://github.com/sindresorhus/log-symbols/releases/tag/v7.0.1) (from [7.0.0](https://github.com/sindresorhus/log-symbols/releases/tag/v7.0.0))
43+
44+
- update meow to [14.0.0](https://github.com/sindresorhus/meow/releases/tag/v14.0.0) (from [13.2.0](https://github.com/sindresorhus/meow/releases/tag/v13.2.0))
45+
46+
- update mime-types to [3.0.2](https://github.com/jshttp/mime-types/releases/tag/v3.0.2) (from [2.1.35](https://github.com/jshttp/mime-types/releases/tag/2.1.35))
47+
48+
- update morgan to [1.10.1](https://github.com/expressjs/morgan/releases/tag/1.10.1) (from [1.10.0](https://github.com/expressjs/morgan/releases/tag/1.10.0))
49+
50+
- no longer depend upon node-fetch
51+
52+
- update open to [11.0.0](https://github.com/sindresorhus/open/releases/tag/v11.0.0) (from [10.1.0](https://github.com/sindresorhus/open/releases/tag/v10.1.0))
53+
54+
- update ora to [9.0.0](https://github.com/sindresorhus/ora/releases/tag/v9.0.0) (from [8.2.0](https://github.com/sindresorhus/ora/releases/tag/v8.2.0))
55+
56+
- no longer depend upon uniloc
57+
58+
- update write-json-file to [7.0.0](https://github.com/sindresorhus/write-json-file/releases/tag/v7.0.0) (from [6.0.0](https://github.com/sindresorhus/write-json-file/releases/tag/v6.0.0))
59+
2460
## [3.5.9] - 2025-08-11
2561

2662
## [3.5.8] - 2025-07-10

package-lock.json

Lines changed: 2 additions & 2 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,7 +1,7 @@
11
{
22
"name": "@oneblink/cli",
33
"description": "primary entry point for our CLI tools",
4-
"version": "4.0.0-beta.3",
4+
"version": "4.0.0",
55
"author": "OneBlink <developers@oneblink> (https://github.com/oneblink)",
66
"bin": {
77
"oneblink": "dist/bin/oneblink.js",

0 commit comments

Comments
 (0)