Skip to content

Commit b5c37b7

Browse files
committed
[RELEASE] 5.4.0
1 parent 431cf3f commit b5c37b7

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [5.4.0] - 2024-02-07
11+
1012
### Added
1113

1214
- `isRetryable` to form workflow events
1315

16+
### Dependencies
17+
18+
- update [@aws-sdk/client-s3](https://www.npmjs.com/package/@aws-sdk/client-s3) to [3.504.0](https://github.com/aws/aws-sdk-js-v3/blob/master/CHANGELOG.md) (from [3.474.0](https://github.com/aws/aws-sdk-js-v3/blob/master/CHANGELOG.md))
19+
20+
- update [@aws-sdk/client-sesv2](https://www.npmjs.com/package/@aws-sdk/client-sesv2) to [3.504.0](https://github.com/aws/aws-sdk-js-v3/blob/master/CHANGELOG.md) (from [3.474.0](https://github.com/aws/aws-sdk-js-v3/blob/master/CHANGELOG.md))
21+
22+
- update [@aws-sdk/lib-storage](https://www.npmjs.com/package/@aws-sdk/lib-storage) to [3.504.0](https://github.com/aws/aws-sdk-js-v3/blob/master/CHANGELOG.md) (from [3.474.0](https://github.com/aws/aws-sdk-js-v3/blob/master/CHANGELOG.md))
23+
24+
- update [@aws-sdk/s3-request-presigner](https://www.npmjs.com/package/@aws-sdk/s3-request-presigner) to [3.504.0](https://github.com/aws/aws-sdk-js-v3/blob/master/CHANGELOG.md) (from [3.474.0](https://github.com/aws/aws-sdk-js-v3/blob/master/CHANGELOG.md))
25+
26+
- update [@oneblink/sdk-core](https://www.npmjs.com/package/@oneblink/sdk-core) to [5.3.0](https://github.com/oneblink/sdk-core-js/blob/master/CHANGELOG.md) (from [5.2.0-beta.2](https://github.com/oneblink/sdk-core-js/blob/master/CHANGELOG.md))
27+
28+
- update [joi](https://www.npmjs.com/package/joi) to 17.12.1 (from 17.11.0)
29+
30+
- update [nodemailer](https://www.npmjs.com/package/nodemailer) to [6.9.9](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md) (from [6.9.7](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md))
31+
1432
## [5.3.0] - 2024-01-30
1533

1634
### Added

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/sdk",
33
"description": "OneBlink SDK to serve as an entry point for all OneBlink Services in NodeJS",
4-
"version": "5.4.0-beta.3",
4+
"version": "5.4.0",
55
"author": "OneBlink <[email protected]> (https://oneblink.io)",
66
"bugs": {
77
"url": "https://github.com/oneblink/sdk-node-js/issues"

0 commit comments

Comments
 (0)