diff --git a/.changeset/grumpy-bobcats-visit.md b/.changeset/grumpy-bobcats-visit.md deleted file mode 100644 index 81d1ab0..0000000 --- a/.changeset/grumpy-bobcats-visit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@stevent-team/totp": patch ---- - -Fix type for outputDigits to allow null diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a523c5..6dd3171 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @stevent-team/totp +## 0.0.2 + +### Patch Changes + +- 070a83c: Fix type for outputDigits to allow null + ## 0.0.1 ### Patch Changes diff --git a/package.json b/package.json index ca9caa7..7aa959a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stevent-team/totp", - "version": "0.0.1", + "version": "0.0.2", "description": "Lightweight rfc-compliant TOTP authentication library based on `crypto`", "repository": "https://github.com/stevent-team/totp", "keywords": [