Skip to content

Commit 54f36a1

Browse files
authored
Prepare 1.32.2 (#1932)
Signed-off-by: Sora Morimoto <[email protected]>
1 parent d0bd6d3 commit 54f36a1

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 1.32.2
6+
57
- Reword DPM notification to inform users DPM is available and not selected. (#1930)
68
- Fix Windows path handling regression introduced in 1.32.1 by using
79
`Uri.fsPath` instead of `Uri.path` in workspace root detection, preventing

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

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2757,9 +2757,9 @@ __metadata:
27572757
linkType: hard
27582758

27592759
"caniuse-lite@npm:^1.0.30001737":
2760-
version: 1.0.30001737
2761-
resolution: "caniuse-lite@npm:1.0.30001737"
2762-
checksum: 10c0/9d9cfe3b46fe670d171cee10c5c1b0fb641946fd5d6bea26149f804003d53d82ade7ef5a4a640fb3a0eaec47c7839b57e06a6ddae4f0ad2cd58e1187d31997ce
2760+
version: 1.0.30001739
2761+
resolution: "caniuse-lite@npm:1.0.30001739"
2762+
checksum: 10c0/a61ca5a53c428769059421a23311a7a812bdb6586e34dcad6189bd61bcdea58ffe2fe7f3c22a829e8978eba5316b6599aee88b9ea23677d8d5298865df4f4ad8
27632763
languageName: node
27642764
linkType: hard
27652765

@@ -3203,9 +3203,9 @@ __metadata:
32033203
linkType: hard
32043204

32053205
"electron-to-chromium@npm:^1.5.211":
3206-
version: 1.5.211
3207-
resolution: "electron-to-chromium@npm:1.5.211"
3208-
checksum: 10c0/587536f2e319b7484cd4c9e83484f461ee06672c588c84bf4d4b6a6b5d00fbdb621d4ca418a68125a86db95d373b890b47de2fb5a0f52592cc8aebc263623e6e
3206+
version: 1.5.212
3207+
resolution: "electron-to-chromium@npm:1.5.212"
3208+
checksum: 10c0/b9be29f2705660f0c29f256422b9a403ed17c6571b211e1e9028866313a684bbf8a2beaeb946ec75424452669044dbee6334337ca2567a55b187f8631af4498e
32093209
languageName: node
32103210
linkType: hard
32113211

@@ -4883,8 +4883,8 @@ __metadata:
48834883
linkType: hard
48844884

48854885
"mocha@npm:^11.1.0":
4886-
version: 11.7.1
4887-
resolution: "mocha@npm:11.7.1"
4886+
version: 11.7.2
4887+
resolution: "mocha@npm:11.7.2"
48884888
dependencies:
48894889
browser-stdout: "npm:^1.3.1"
48904890
chokidar: "npm:^4.0.1"
@@ -4909,7 +4909,7 @@ __metadata:
49094909
bin:
49104910
_mocha: bin/_mocha
49114911
mocha: bin/mocha.js
4912-
checksum: 10c0/63817742cb265035bdb7796be90f4e8f3c53400d22e41c03310a65eee99baca653fa28992b04ec349bfe2b61857658610996850c0ddacf0a2aac13b755b1132d
4912+
checksum: 10c0/542597eeb67fec01c453108f5361838ca1297f39cfdafedb83a8bbff02e2ff4585c8a05b50eab0247f57fd8099e7574045dd3b086a4dd3bb7fe4b3041273cea1
49134913
languageName: node
49144914
linkType: hard
49154915

0 commit comments

Comments
 (0)