Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Oct 31, 2021
1 parent 4317503 commit c0167f5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion 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.1.0](https://github.com/metonym/svelte-focus-key/releases/tag/v0.1.0) - 2021-MM-DD
## [0.1.1](https://github.com/metonym/svelte-focus-key/releases/tag/v0.1.1) - 2021-10-31

- remove `update` key from `focus-key.d.ts`

## [0.1.0](https://github.com/metonym/svelte-focus-key/releases/tag/v0.1.0) - 2021-10-10

- Initial release
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.1.0",
"version": "0.1.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 c0167f5

Please sign in to comment.