-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(stripe-utils): release v.1.0.0 [skip ci]
## @jackdbd/stripe-utils 1.0.0 (2022-05-13) * ci: try publishing to Artifact Registry ([3a86457](3a86457)) * ci: update multi-semanti-release config ([a2f4d69](a2f4d69)) * ci: update semantic-release config ([3fe49c2](3fe49c2)) * ci: update semantic-release config ([f0132a4](f0132a4)) * chore: cleanup semantic-release config ([3ee231a](3ee231a)) * style(all): format all the things ([5d4df8c](5d4df8c)) * feat(stripe-utils): add package ([eabb82c](eabb82c)) * feat(webhooks): add package ([9d61b78](9d61b78))
- Loading branch information
1 parent
1ab8dc6
commit 1cd99d1
Showing
2 changed files
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# CHANGELOG | ||
|
||
## @jackdbd/stripe-utils 1.0.0 (2022-05-13) | ||
|
||
* ci: try publishing to Artifact Registry ([3a86457](https://github.com/jackdbd/calderone/commit/3a86457)) | ||
* ci: update multi-semanti-release config ([a2f4d69](https://github.com/jackdbd/calderone/commit/a2f4d69)) | ||
* ci: update semantic-release config ([3fe49c2](https://github.com/jackdbd/calderone/commit/3fe49c2)) | ||
* ci: update semantic-release config ([f0132a4](https://github.com/jackdbd/calderone/commit/f0132a4)) | ||
* chore: cleanup semantic-release config ([3ee231a](https://github.com/jackdbd/calderone/commit/3ee231a)) | ||
* style(all): format all the things ([5d4df8c](https://github.com/jackdbd/calderone/commit/5d4df8c)) | ||
* feat(stripe-utils): add package ([eabb82c](https://github.com/jackdbd/calderone/commit/eabb82c)) | ||
* feat(webhooks): add package ([9d61b78](https://github.com/jackdbd/calderone/commit/9d61b78)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@jackdbd/stripe-utils", | ||
"version": "0.0.2", | ||
"version": "1.0.0", | ||
"description": "Utility functions to work with Stripe", | ||
"author": "Giacomo Debidda <[email protected]> (https://giacomodebidda.com/)", | ||
"license": "MIT", | ||
|
@@ -51,7 +51,7 @@ | |
}, | ||
"dependencies": {}, | ||
"peerDependencies": { | ||
"@jackdbd/utils": ">=0.0.14", | ||
"@jackdbd/utils": "1.0.0", | ||
"debug": ">=4.3.0", | ||
"stripe": ">=8.0.0" | ||
}, | ||
|