Skip to content

Commit

Permalink
chore(release): 3.0.0 (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored May 17, 2024
1 parent c507272 commit 8b14edd
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 43 deletions.
11 changes: 0 additions & 11 deletions .changeset/bright-olives-hammer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-taxis-pull.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/great-kangaroos-dance.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-planets-know.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-lions-travel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-peaches-smash.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/swift-crabs-train.md

This file was deleted.

27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# @lemonsqueezy/lemonsqueezy.js

## 3.0.0

### Major Changes

- [`59fdd9c`](https://github.com/lmsqueezy/lemonsqueezy.js/commit/59fdd9c7304577b576b4094795d9148301593cf5) Thanks [@brankoconjic](https://github.com/brankoconjic)! - ### Breaking Change

The deprecated `LemonSqueezy` class, all its methods and related types from the library SDK (the `_deprecated` folder) have been removed.

The class has been deprecated for some time and is no longer needed. Removing this to clean up the codebase and reduce maintenance overhead.

If you were using any deprecated modules, you need to update your imports to use the new modules provided in the library. Visit [Wiki page](https://github.com/lmsqueezy/lemonsqueezy.js/wiki) for function usage.

### Patch Changes

- [`a7e8feb`](https://github.com/lmsqueezy/lemonsqueezy.js/commit/a7e8feb11d4eba432f9e4ea40adeda85e2dc57b0) Thanks [@brankoconjic](https://github.com/brankoconjic)! - update dependencies

- [#81](https://github.com/lmsqueezy/lemonsqueezy.js/pull/81) [`218d2ef`](https://github.com/lmsqueezy/lemonsqueezy.js/commit/218d2ef6a0adfead41938ba4cfffa6d3efbdd758) Thanks [@keyding](https://github.com/keyding)! - Add `expiresAt` to `updateLicenseKey` function

- [#76](https://github.com/lmsqueezy/lemonsqueezy.js/pull/76) [`09fdd1a`](https://github.com/lmsqueezy/lemonsqueezy.js/commit/09fdd1ad50f228ee30e7bb0085fdb656b6c15950) Thanks [@kldzj](https://github.com/kldzj)! - Made `UpdateSubscription`.`pause` nullable

- [#74](https://github.com/lmsqueezy/lemonsqueezy.js/pull/74) [`13c5ff0`](https://github.com/lmsqueezy/lemonsqueezy.js/commit/13c5ff0e0c2e115fa7e004eeabdeabee32bbafe1) Thanks [@keyding](https://github.com/keyding)! - Improve API response types.

- [`c507272`](https://github.com/lmsqueezy/lemonsqueezy.js/commit/c50727294b162acf6bc8b20d105c01e5e9e9d508) Thanks [@brankoconjic](https://github.com/brankoconjic)! - Add `from_price_formatted` and `to_price_formatted` attributes to the product object

- [#75](https://github.com/lmsqueezy/lemonsqueezy.js/pull/75) [`b4d071a`](https://github.com/lmsqueezy/lemonsqueezy.js/commit/b4d071af6f63de7d9dd3761281abf1a0c9934276) Thanks [@keyding](https://github.com/keyding)! - Add `trial_ends_at` for `updateSubscription` function;
Add `skip_trial` for `checkoutOptions` in the `createCheckout` function;

## 2.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lemonsqueezy/lemonsqueezy.js",
"description": "The official Lemon Squeezy JavaScript SDK.",
"version": "2.2.0",
"version": "3.0.0",
"author": {
"name": "Lemon Squeezy",
"email": "hello@lemonsqueezy.com",
Expand Down

0 comments on commit 8b14edd

Please sign in to comment.