diff --git a/.changeset/gentle-tables-tell.md b/.changeset/gentle-tables-tell.md deleted file mode 100644 index 7dd828f..0000000 --- a/.changeset/gentle-tables-tell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@lemonsqueezy/lemonsqueezy.js": patch ---- - -Added deprecated TSDoc tag for `dark` diff --git a/.changeset/tricky-poets-watch.md b/.changeset/tricky-poets-watch.md deleted file mode 100644 index 96f46a4..0000000 --- a/.changeset/tricky-poets-watch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@lemonsqueezy/lemonsqueezy.js": patch ---- - -Added "deprecated" TSDoc tag to the `dark` option diff --git a/CHANGELOG.md b/CHANGELOG.md index ab08939..6d4b0eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @lemonsqueezy/lemonsqueezy.js +## 3.3.1 + +### Patch Changes + +- [#126](https://github.com/lmsqueezy/lemonsqueezy.js/pull/126) [`3c5c048`](https://github.com/lmsqueezy/lemonsqueezy.js/commit/3c5c0482f676d05261c8e7bd573dce58698088c5) Thanks [@brankoconjic](https://github.com/brankoconjic)! - Added deprecated TSDoc tag for `dark` + +- [#126](https://github.com/lmsqueezy/lemonsqueezy.js/pull/126) [`3c5c048`](https://github.com/lmsqueezy/lemonsqueezy.js/commit/3c5c0482f676d05261c8e7bd573dce58698088c5) Thanks [@brankoconjic](https://github.com/brankoconjic)! - Added "deprecated" TSDoc tag to the `dark` option + ## 3.3.0 ### Minor Changes diff --git a/package.json b/package.json index c15cd65..71e4620 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@lemonsqueezy/lemonsqueezy.js", "description": "The official Lemon Squeezy JavaScript SDK.", - "version": "3.3.0", + "version": "3.3.1", "author": { "name": "Lemon Squeezy", "email": "hello@lemonsqueezy.com",