@rocket.chat/core-typings 6.4.0-rc.3 → 6.4.0-rc.4

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 +4 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # @rocket.chat/core-typings
2
2
 
3
+ ## 6.4.0-rc.4
4
+
3
5
  ## 6.4.0-rc.3
4
6
 
5
7
  ## 6.4.0-rc.2
@@ -21,6 +23,8 @@
21
23
  - 61128364d6: Fixes a problem where the calculated time for considering the visitor abandonment was the first message from the visitor and not the visitor's reply to the agent.
22
24
  - d45365436e: Use group filter when set to LDAP sync process
23
25
 
26
+ ## 6.3.7
27
+
24
28
  ## 6.3.6
25
29
 
26
30
  ## 6.3.5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rocket.chat/core-typings",
3
- "version": "6.4.0-rc.3",
3
+ "version": "6.4.0-rc.4",
4
4
  "devDependencies": {
5
5
  "@rocket.chat/eslint-config": "^0.6.0-rc.0",
6
6
  "eslint": "~8.45.0",