Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
simonacca committed May 14, 2024
1 parent 1763414 commit 26bce83
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to the "taste" extension will be documented in this file.

## 1.0.21

- fix bug occurring when cursor is at EOF
- implement `taste.MoveCursorForwardToEndOfNode`
- implement `taste.MoveCursorForwardToBeginningOfNextNode`
- ensure consistent behavior between `MoveCursor*` and `GrowShrink`

## 1.0.18

- implement Slurp/Barf
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"repository": {
"url": "https://github.com/simonacca/tASTe"
},
"version": "1.0.20",
"version": "1.0.21",
"engines": {
"vscode": "^1.80.0"
},
Expand Down

0 comments on commit 26bce83

Please sign in to comment.