Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Jul 31, 2021
1 parent ddafaf4 commit dcc2261
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- ## Unreleased -->

## [1.3.0](https://github.com/metonym/svelte-pincode/releases/tag/v1.3.0) - 2021-07-31

**Features**

- support pasting a pincode in Safari

**Fixes**

- type `Pincode` focus methods as `SvelteComponentTyped` accessors instead of props

## [1.2.0](https://github.com/metonym/svelte-pincode/releases/tag/v1.2.0) - 2021-05-11

**Features**
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.2.0",
"version": "1.3.0",
"license": "MIT",
"description": "Declarative pin code component for Svelte",
"author": "Eric Liu (https://github.com/metonym)",
Expand Down

0 comments on commit dcc2261

Please sign in to comment.