Skip to content

Commit

Permalink
Release version 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lukstafi committed Mar 6, 2023
1 parent af4a6bf commit 374f108
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 374f108

Please sign in to comment.