Skip to content

Commit f093fa9

Browse files
authored
Prepare 2.1.0 (#2054)
Signed-off-by: Sora Morimoto <sora@morimoto.io>
1 parent f007b6c commit f093fa9

File tree

4 files changed

+198
-284
lines changed

4 files changed

+198
-284
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+
## 2.1.0
6+
57
- Fix version parsing for nightly and dev builds of dune. This resolves
68
compatibility with the new "Nightly build" prefix format and versions
79
installed from source via `opam pin dune --dev-repo`. (#2034)

package.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ocaml-platform",
33
"displayName": "OCaml Platform",
4-
"version": "2.0.1",
4+
"version": "2.1.0",
55
"private": true,
66
"description": "Official OCaml language extension for VSCode",
77
"categories": [
@@ -1465,17 +1465,14 @@
14651465
"vscode-languageclient": "9.0.1"
14661466
},
14671467
"devDependencies": {
1468-
"@biomejs/biome": "2.3.10",
1469-
"@tsconfig/node24": "24.0.3",
1470-
"@tsconfig/strictest": "2.0.8",
1468+
"@biomejs/biome": "2.3.11",
14711469
"@types/node": "25.0.3",
14721470
"@types/vscode": "1.86.0",
14731471
"@vscode/test-cli": "0.0.12",
14741472
"@vscode/test-electron": "2.5.2",
14751473
"@vscode/vsce": "3.7.1",
14761474
"esbuild": "0.27.2",
1477-
"ovsx": "0.10.7",
1478-
"typescript": "5.9.3"
1475+
"ovsx": "0.10.7"
14791476
},
14801477
"packageManager": "yarn@4.12.0",
14811478
"engines": {

tsconfig.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)