From 374f1080a4a08638c16e580eb15d217c091b9b92 Mon Sep 17 00:00:00 2001 From: Lukasz Stafiniak Date: Tue, 7 Mar 2023 00:15:07 +0100 Subject: [PATCH] Release version 1.2.3 --- CHANGELOG.md | 11 +++++++++++ README.md | 2 +- package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc9bdff..be12fb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## [1.2.3] -- 2023-03-07 + +### Fixed + +- Fixes to handling indentation scopes that touch beginning/end-of-document. + +### Changed + +- Special-case behavior where the cursor is at the start of a block scope -- do not consider the position as inside the scope. + + ## [1.2.2] -- 2023-02-23 ### Changed diff --git a/README.md b/README.md index 29d9324..ab8dcb5 100644 --- a/README.md +++ b/README.md @@ -206,7 +206,7 @@ Initial release of Navi Parens. * Clears out pending issues. * Includes OCaml array delimiters in defaults. -### 1.2.2 +### 1.2.3 * Fixes to handling indentation scopes that touch beginning/end-of-document. * Special-case behavior where the cursor is at the start of the indentation header line. diff --git a/package.json b/package.json index 1b40bf7..1a078b1 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "displayName": "Navi Parens", "description": "Navigate structured code with convenient key shortcuts.", "icon": "iconSmall.png", - "version": "1.2.2", + "version": "1.2.3", "engines": { "vscode": "^1.73.0" },