Skip to content

Commit 7df6bb8

Browse files
authored
Prepare 1.21.0 (#1645)
* Prepare 1.21.0 Signed-off-by: Sora Morimoto <sora@morimoto.io> * Update CHANGELOG.md Signed-off-by: Sora Morimoto <sora@morimoto.io> --------- Signed-off-by: Sora Morimoto <sora@morimoto.io>
1 parent 6df8e68 commit 7df6bb8

File tree

3 files changed

+259
-309
lines changed

3 files changed

+259
-309
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.21.0
6+
57
- Add `ocaml.copy-type-under-cursor` to copy, in the clipboard the type of
68
the expression under the cursor (#1582)
79
- Run ocamllsp -version in workspace dir (#1641)

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

0 commit comments

Comments
 (0)