golevelup / nestjs

A collection of badass modules and utilities to help you level up your NestJS applications 🚀
MIT License
2.16k stars 244 forks source link

chore: allow release breaking change for stripe node module bump #714

Closed fermentfan closed 3 months ago

fermentfan commented 3 months ago

This is the PR to solely add the needed commit message for the release process to get the newest Stripe node module in the pipeline. See #705 .

BREAKING CHANGE: this marks the next release to be released with a breaking version

ericvtheg commented 3 months ago

Bump 👀

fermentfan commented 3 months ago

@WonderPanda Any idea when you're around to do this? :)

WonderPanda commented 3 months ago

@WonderPanda Any idea when you're around to do this? :)

I updated the commit history for this and a few other commits to make sure that they're following conventional commits and we don't have to add new commits to backfill.

I bumped stripe to 0.7.0 (instead of 0.6.6 which it would have been prior to this change) since we've never done an official 1.0 release. The changelog for the package makes it clear that this is a breaking change and people will have to update their underlying Stripe dependency