Skip to content

Commit 349fcc9

Browse files
authored
Prepare 1.13.2 (#1239)
Signed-off-by: Sora Morimoto <[email protected]>
1 parent de9df7a commit 349fcc9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

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

33
# Unreleased
44

5+
## 1.13.2
6+
57
- Indentation level is increased more reliably for `let`, `and`, and their
68
binding operator equivalents (#1237)
79

810
- Disable semantic highlight in reason files to fix highlighting when opening
911
them over ssh (#1231)
1012

11-
# 1.13.1
13+
## 1.13.1
1214

1315
- Fix highlighting of flags stanza in dune files (#1182)
1416

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

0 commit comments

Comments
 (0)