diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fc6c51df..2875251b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,15 @@ # Change Log +## 1.10.2 + +- Add indentation rules for comments (#928) + ## 1.10.1 - Fix external syntax highlighting for embedded ocaml source in comments (#906) - Add `ocaml.repl.useUtop` setting to control whether to use Utop for the REPL (#911) -- Add indentation rules for comments (#928) ## 1.10.0 diff --git a/package.json b/package.json index b826389c9..d0232a056 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "OCaml Platform", "description": "Official OCaml language extension for VSCode", "license": "MIT", - "version": "1.10.1", + "version": "1.10.2", "publisher": "ocamllabs", "repository": { "type": "git",