diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b95232..710784a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [2.1.0](https://github.com/metonym/svelte-pincode/releases/tag/v2.1.0) - 2022-07-27 + +**Features** + +- add paste support + ## [2.0.1](https://github.com/metonym/svelte-pincode/releases/tag/v2.0.1) - 2021-11-10 **Fixes** diff --git a/package.json b/package.json index cc55d63..c8c7018 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte-pincode", - "version": "2.0.1", + "version": "2.1.0", "license": "MIT", "description": "Declarative pin code component for Svelte", "author": "Eric Liu (https://github.com/metonym)",