Skip to content

Commit 4210a35

Browse files
authored
Prepare 1.30.2 (#1875)
Signed-off-by: Sora Morimoto <[email protected]>
1 parent 0b1d1d1 commit 4210a35

File tree

3 files changed

+107
-324
lines changed

3 files changed

+107
-324
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
## Unreleased
44

5-
- Add support for quoted string literal brackets (`{|`, `|}`) syntax highlighting and auto-closing pairs
5+
## 1.30.2
6+
7+
- Add support for quoted string literal brackets (`{|`, `|}`) syntax highlighting and auto-closing pairs (#1869)
68
- Reintroduce quoted string literal highlighting with correct ID handling (#1871)
79

810
## 1.30.1

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.1",
4+
"version": "1.30.2",
55
"private": true,
66
"description": "Official OCaml language extension for VSCode",
77
"categories": [

0 commit comments

Comments
 (0)