Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Dec 14, 2021
1 parent 568ade9 commit 7338c99
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

## [0.2.1](https://github.com/metonym/svelte-focus-key/releases/tag/v0.2.1) - 2021-12-14

- specify `exports.import` entry in `package.json`

## [0.2.0](https://github.com/metonym/svelte-focus-key/releases/tag/v0.2.0) - 2021-11-30

- add `selectText` prop to select element text when focusing
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.0",
"version": "0.2.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 7338c99

Please sign in to comment.