podchat 12.5.1 → 12.5.3

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
@@ -3,6 +3,18 @@
3
3
  All notable changes to this project will be documented here.
4
4
  to see complete list of changelog please visit [ChangeLog](https://github.com/masoudmanson/pod-chat/blob/master/changelog.md)
5
5
 
6
+ ## [12.5.3] - 14-11-2022
7
+ ### Added
8
+ - Method: createSelfThread
9
+
10
+ ## [12.5.2] - 5-11-2022
11
+ ### Changed
12
+ - Modified podspace methods
13
+
14
+ ## [12.5.1] - 21-8-2022
15
+ ### Added
16
+ - ExportChat
17
+
6
18
  ## [12.5.0] - 11-7-2022
7
19
  ### Added
8
20
  - Global typeCode and typeCodeOwnerId
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "podchat",
3
- "version": "12.5.1",
3
+ "version": "12.5.3",
4
4
  "description": "Javascript SDK to use POD's Chat Service",
5
5
  "main": "./src/chat.js",
6
6
  "scripts": {
@@ -8,7 +8,7 @@
8
8
  "publish:snapshot": "npm run version:snapshot && npm publish --tag snapshot",
9
9
  "version:snapshot": "npm version prerelease --preid snapshot",
10
10
  "publish:release": "npm run version:release && npm publish",
11
- "version:release": "npm version 12.5.1"
11
+ "version:release": "npm version 12.5.3"
12
12
  },
13
13
  "repository": {
14
14
  "type": "git",