Skip to content

Commit e39ccde

Browse files
authored
Prepare 1.30.1 (#1863)
Signed-off-by: Sora Morimoto <[email protected]>
1 parent 28aa62b commit e39ccde

File tree

3 files changed

+249
-329
lines changed

3 files changed

+249
-329
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,16 @@
22

33
## Unreleased
44

5-
- Add mlx syntax highlight (#1802)
5+
## 1.30.1
6+
67
- Enhance dune syntax highlighting for ctypes and deps (#1851)
78
- Remove broken quoted string literal highlighting from grammar. Quoted strings
89
are already highlighted correctly by the language server. (#1860)
910

11+
## 1.30.0
12+
13+
- Add mlx syntax highlight (#1802)
14+
1015
## 1.29.0
1116

1217
- Add one-click install option for ocaml-lsp-server (#1725)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ocaml-platform",
33
"displayName": "OCaml Platform",
4-
"version": "1.30.0",
4+
"version": "1.30.1",
55
"private": true,
66
"description": "Official OCaml language extension for VSCode",
77
"categories": [

0 commit comments

Comments
 (0)