@capturebridge/sdk 0.18.0 → 0.18.2

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.
package/CHANGELOG.md CHANGED
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [0.18.2] - 2024-10-23
9
+
10
+ ### Added
11
+
12
+ - Added installation and Base URL information to SDK docs.
13
+
14
+ ## [0.18.1] - 2024-10-22
15
+
16
+ ### Added
17
+
18
+ - Added Topaz and IFace SDK examples
19
+
8
20
  ## [0.18.0] - 2024-10-18
9
21
 
10
22
  ### Added
package/Version.js CHANGED
@@ -4,5 +4,5 @@
4
4
  * @constant
5
5
  * @type {string}
6
6
  */
7
- const VERSION = '0.18.0'
7
+ const VERSION = '0.18.2'
8
8
  export default VERSION
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capturebridge/sdk",
3
- "version": "0.18.0",
3
+ "version": "0.18.2",
4
4
  "description": "Capture Bridge JavaScript SDK for web applications",
5
5
  "type": "module",
6
6
  "types": "types.d.ts",