Skip to content

Commit

Permalink
v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Feb 8, 2022
1 parent 9dc48a1 commit b7ae715
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- support a combination of keys (e.g., "command + k")
- support option to customize selected text range (select all vs. cursor at end) -->

## [0.3.1](https://github.com/metonym/svelte-focus-key/releases/tag/v0.3.1) - 2022-02-07

- `focusKey` action should reflect updated actions

## [0.3.0](https://github.com/metonym/svelte-focus-key/releases/tag/v0.3.0) - 2022-01-24

- support multiple keys (`key` props accepts a `string` or `string[]`)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte-focus-key",
"version": "0.3.0",
"version": "0.3.1",
"license": "MIT",
"description": "Svelte component and action to focus an element when pressing a key",
"author": "Eric Liu (https://github.com/metonym)",
Expand Down

0 comments on commit b7ae715

Please sign in to comment.