@kusto/monaco-kusto 12.0.12 → 12.0.14

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/README.md CHANGED
@@ -85,6 +85,14 @@ Every PR should come with a test that checks it.
85
85
 
86
86
  ## Changelog
87
87
 
88
+ ### 12.0.14
89
+
90
+ - feat: highlight matching brackets.
91
+
92
+ ### 12.0.13
93
+
94
+ - feat: Upgrade language-service-next to 11.7.3.
95
+
88
96
  ### 12.0.12
89
97
 
90
98
  - feat: Upgrade language-service-next to 11.7.1.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kusto/monaco-kusto",
3
- "version": "12.0.12",
3
+ "version": "12.0.14",
4
4
  "description": "CSL, KQL plugin for the Monaco Editor",
5
5
  "author": {
6
6
  "name": "Microsoft"
@@ -75,7 +75,7 @@
75
75
  },
76
76
  "dependencies": {
77
77
  "@kusto/language-service": "0.0.279",
78
- "@kusto/language-service-next": "11.7.1",
78
+ "@kusto/language-service-next": "11.7.3",
79
79
  "lodash-es": "^4.17.21",
80
80
  "vscode-languageserver-types": "^3.17.4",
81
81
  "xregexp": "^5.1.1"