@rocket.chat/livechat 1.13.2 → 1.13.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 +5 -0
- package/build/{4.chunk.a3ba8.js → 4.chunk.d09f0.js} +1 -1
- package/build/4.chunk.d09f0.js.map +1 -0
- package/build/5.chunk.2c903.js +2 -0
- package/build/5.chunk.2c903.js.map +1 -0
- package/build/{bundle.1d3d7.js → bundle.31a95.js} +2 -2
- package/build/{bundle.1d3d7.js.map → bundle.31a95.js.map} +1 -1
- package/build/index.html +1 -1
- package/package.json +1 -1
- package/build/4.chunk.a3ba8.js.map +0 -1
- package/build/5.chunk.b9190.js +0 -2
- package/build/5.chunk.b9190.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,11 @@
|
|
|
2
2
|
All notable changes to this project will be documented in this file.
|
|
3
3
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
|
4
4
|
|
|
5
|
+
## 1.13.3 - 2022-04-20
|
|
6
|
+
[FIX] Translations sync with admin config (#713)
|
|
7
|
+
[FIX] Broken triggers (#712)
|
|
8
|
+
[FIX] setting e-mail validation to RFC regex as the standard (#709)
|
|
9
|
+
|
|
5
10
|
## 1.13.2 - 2022-04-18
|
|
6
11
|
[FIX] Sync import for i18next load (#710)
|
|
7
12
|
|