diff --git a/CHANGELOG.md b/CHANGELOG.md index 4747c96..028c688 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [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** diff --git a/package.json b/package.json index 4681abd..fe444cb 100644 --- a/package.json +++ b/package.json @@ -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)",