@oneblink/sdk 0.14.0-beta.1 → 0.14.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -7,10 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.14.0] - 2021-09-27
11
+
10
12
  ### Added
11
13
 
12
14
  - `groupFiles` property to `'TRIM'` form submission event
13
15
 
16
+ ### Dependencies
17
+
18
+ - update [@oneblink/sdk-core](https://www.npmjs.com/package/@oneblink/sdk-core) to [0.1.3](https://github.com/oneblink/sdk-core-js/releases/tag/v0.1.3) (from [0.1.3-beta.1](https://github.com/oneblink/sdk-core-js/blob/master/CHANGELOG.md))
19
+
20
+ - update [aws-sdk](https://www.npmjs.com/package/aws-sdk) to [2.994.0](https://github.com/aws/aws-sdk-js/releases/tag/v2.994.0) (from [2.971.0](https://github.com/aws/aws-sdk-js/releases/tag/v2.971.0))
21
+
22
+ - update [node-fetch](https://www.npmjs.com/package/node-fetch) to 2.6.5 (from [2.6.1](https://github.com/node-fetch/node-fetch/releases/tag/v2.6.1))
23
+
24
+ - update [nodemailer](https://www.npmjs.com/package/nodemailer) to [6.6.5](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md) (from [6.6.3](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md))
25
+
14
26
  ## [0.13.0] - 2021-09-24
15
27
 
16
28
  ### Added
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@oneblink/sdk",
3
3
  "description": "OneBlink SDK to serve as an entry point for all OneBlink Services in NodeJS",
4
- "version": "0.14.0-beta.1",
4
+ "version": "0.14.0",
5
5
  "author": "OneBlink <developers@oneblink.io> (https://oneblink.io)",
6
6
  "bugs": {
7
7
  "url": "https://github.com/oneblink/sdk-node-js/issues"