Skip to content

Commit 966e06e

Browse files
committed
[RELEASE] 6.2.0
1 parent 0f3ec67 commit 966e06e

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 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+
## [6.2.0] - 2024-04-30
11+
1012
### Added
1113

1214
- `FORM` type to conditional predicates schema
@@ -16,6 +18,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1618

1719
- unique elementId constraint from form event and approval step validation
1820

21+
### Dependencies
22+
23+
- no longer depend upon [@aws-sdk/lib-storage](https://www.npmjs.com/package/@aws-sdk/lib-storage)
24+
25+
- no longer depend upon [@aws-sdk/s3-request-presigner](https://www.npmjs.com/package/@aws-sdk/s3-request-presigner)
26+
27+
- update [@oneblink/sdk-core](https://www.npmjs.com/package/@oneblink/sdk-core) to [6.1.0-beta.2](https://github.com/oneblink/sdk-core-js/blob/master/CHANGELOG.md) (from [6.0.1-beta.2](https://github.com/oneblink/sdk-core-js/blob/master/CHANGELOG.md))
28+
29+
- depend upon [@oneblink/storage](https://www.npmjs.com/package/@oneblink/storage) [1.0.0-beta.13](https://github.com/oneblink/storage/blob/master/CHANGELOG.md)
30+
1931
## [6.1.1] - 2024-04-10
2032

2133
### 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": "6.2.0-beta.10",
4+
"version": "6.2.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)