Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Jan 25, 2022
1 parent abe1960 commit 14a27f2
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.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[]`)

## [0.2.4](https://github.com/metonym/svelte-focus-key/releases/tag/v0.2.4) - 2021-12-15

- set `type="module"` in package.json
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.2.4",
"version": "0.3.0",
"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 14a27f2

Please sign in to comment.