diff --git a/CHANGELOG.md b/CHANGELOG.md index acb671a..c8828cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.2](https://github.com/metonym/svelte-focus-key/releases/tag/v0.3.2) - 2022-02-11 + +- publish the `package` folder + ## [0.3.1](https://github.com/metonym/svelte-focus-key/releases/tag/v0.3.1) - 2022-02-07 - `focusKey` action should reflect updated actions diff --git a/package.json b/package.json index 8dbe69b..89a3584 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte-focus-key", - "version": "0.3.1", + "version": "0.3.2", "license": "MIT", "description": "Svelte component and action to focus an element when pressing a key", "author": "Eric Liu (https://github.com/metonym)",