@cognigy/rest-api-client 0.13.0 → 0.13.1

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 +15 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,4 +1,19 @@
1
1
 
2
+
3
+ # 0.13.1
4
+ Released: November 22nd, 2022
5
+
6
+ Updated changelog
7
+
8
+ # 0.13.0
9
+ Released: November 22nd, 2022
10
+
11
+ Released state of package up to date with Cognigy.AI v4.44.0
12
+
13
+ # 0.12.0
14
+
15
+ Released: XX, 2022
16
+
2
17
  # 0.11.0
3
18
  Released: XX, 2021
4
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cognigy/rest-api-client",
3
- "version": "0.13.0",
3
+ "version": "0.13.1",
4
4
  "description": "Cognigy REST-Client",
5
5
  "main": "build/index.js",
6
6
  "module": "dist/rollup-plugin-babel.esm.js",