Skip to content

Commit

Permalink
misc: bump version to 0.5.15
Browse files Browse the repository at this point in the history
  • Loading branch information
71 committed Jun 14, 2024
1 parent d20be49 commit 12f6a79
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.5.15

- Replace `!textInputFocus` by `dance.inPrompt` to limit `prompt` keybindings to
Dance prompts in VS Code >=1.90.

## 0.5.14

- **BREAKING**: Fix rotation behavior to match Kakoune and Helix, i.e. now
Expand Down
4 changes: 2 additions & 2 deletions package.build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ const selectionDecorationType = {
// Package information
// ============================================================================

const version = "0.5.14",
preRelease = 3;
const version = "0.5.15",
preRelease = 1;

export const pkg = (modules: Builder.ParsedModule[]) => ({

Expand Down
6 changes: 3 additions & 3 deletions package.json

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

0 comments on commit 12f6a79

Please sign in to comment.