Skip to content

Commit

Permalink
v0.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
daiyam committed Oct 31, 2024
1 parent d3906cc commit 5ad5a2c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## v0.24.1 | 2024-10-31
- fix: don't `foldBeforeFirstLine` if the beginning and ends of the fold are on the same line

## v0.24.0 | 2024-10-29
- fix: use `perFiles` even if `defaultFoldingRangeProvider` isn't set
- add `Nudge foldings` command
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "explicit-folding",
"displayName": "Explicit Folding",
"description": "Manually controls how and where to fold your code",
"version": "0.24.0",
"version": "0.24.1",
"author": {
"name": "Baptiste Augrain",
"email": "[email protected]"
Expand Down

0 comments on commit 5ad5a2c

Please sign in to comment.