Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Jan 3, 2021
1 parent d9d6ef5 commit dad0624
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 @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- ## Unreleased -->

## [1.1.1](https://github.com/metonym/svelte-pincode/releases/tag/v1.1.1) - 2021-01-03

- use default behavior for Tab key

## [1.1.0](https://github.com/metonym/svelte-pincode/releases/tag/v1.1.0) - 2021-01-02

- add Pincode `selectTextOnFocus` prop to select the text when focusing the input element
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-pincode",
"version": "1.1.0",
"version": "1.1.1",
"license": "MIT",
"description": "Pincode component for Svelte",
"author": "Eric Liu (https://github.com/metonym)",
Expand Down

0 comments on commit dad0624

Please sign in to comment.