Skip to content

Commit

Permalink
Prepare for release v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lukstafi committed Dec 6, 2023
1 parent 1fe3d31 commit dd7b856
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [1.3.1] -- 2023-12-06

### Fixed

- Performance: Only call `getConfiguration` to lazily initialize settings, and in the _configuration changed_ callback.

## [1.3.0] -- 2023-11-23

### Added
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,4 +254,8 @@ Initial release of _Navi Parens_.
* Includes LaTeX matrix and equation environment delimiters in defaults.
* Next character, previous character commands that skip over multicharacter delimiters.

### 1.3.1

Emergency release fixing a performance regression.

[changelog]: https://marketplace.visualstudio.com/items/lukstafi.navi-parens/changelog
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.3.0",
"version": "1.3.1",
"engines": {
"vscode": "^1.75.0"
},
Expand Down

0 comments on commit dd7b856

Please sign in to comment.