Skip to content

Commit

Permalink
v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Dec 14, 2021
1 parent 86b0031 commit 2320283
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
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.3](https://github.com/metonym/svelte-focus-key/releases/tag/v0.2.3) - 2021-12-14

- remove `exports` field

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

- do not use subpath exports for `exports` field
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"name": "svelte-focus-key",
"version": "0.2.2",
"version": "0.2.3",
"license": "MIT",
"description": "Svelte component and action to focus an element when pressing a key",
"author": "Eric Liu (https://github.com/metonym)",
"svelte": "./src/index.js",
"main": "./src/index.js",
"exports": "./src/index.js",
"types": "./types/index.d.ts",
"sideEffects": false,
"scripts": {
Expand Down

0 comments on commit 2320283

Please sign in to comment.