@rocket.chat/core-typings 6.12.0 → 6.12.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @rocket.chat/core-typings
2
2
 
3
+ ## 6.12.1
4
+
5
+ ### Patch Changes
6
+
7
+ - <details><summary>Updated dependencies [3cbb9f6252]:</summary>
8
+
9
+ - @rocket.chat/message-parser@0.31.30
10
+ </details>
11
+
3
12
  ## 6.12.0
4
13
 
5
14
  ### Minor Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package",
3
3
  "name": "@rocket.chat/core-typings",
4
- "version": "6.12.0",
4
+ "version": "6.12.1",
5
5
  "devDependencies": {
6
6
  "@rocket.chat/eslint-config": "^0.7.0",
7
7
  "eslint": "~8.45.0",
@@ -24,7 +24,7 @@
24
24
  "dependencies": {
25
25
  "@rocket.chat/apps-engine": "1.45.0-alpha.866",
26
26
  "@rocket.chat/icons": "~0.38.0",
27
- "@rocket.chat/message-parser": "^0.31.29",
27
+ "@rocket.chat/message-parser": "^0.31.30",
28
28
  "@rocket.chat/ui-kit": "~0.36.1",
29
29
  "@types/express": "^4.17.21"
30
30
  },