Skip to content

Commit

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

<!-- ## Unreleased -->

## [2.0.0](https://github.com/metonym/svelte-pincode/releases/tag/v2.0.0) - 2021-11-10

**Breaking Changes**

- drop support for ESM/UMD formats
- move type definitions to the `src` folder

**Fixes**

- export non-default props in unstyled component types

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

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

0 comments on commit 29679db

Please sign in to comment.