Skip to content

Commit

Permalink
chore(firestore-stripe-invoices): 2022-04-26 release (#378)
Browse files Browse the repository at this point in the history
* chore(firestore-stripe-invoices): 2022-04-26 release

* chore: Add CHANGELOG.md to .prettierignore
  • Loading branch information
jsteele-stripe authored Apr 26, 2022
1 parent 264866e commit b38f98e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ coverage

# extension install md files
# - excluded as prettier escapes variables e.g. `${PROJECT_ID}` becomes `\${PROJECT_ID}`
CHANGELOG.md
POSTINSTALL.md
PREINSTALL.md
4 changes: 4 additions & 0 deletions firestore-stripe-invoices/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Version 0.2.0 - 2022-04-26

[feat] - Add `invoice.paid`, `invoice.updated` to permitted webhook events list. #356

## Version 0.1.6 - 2021-02-11

[feat] - Add `stripeInvoiceUrl` to the invoice object in Cloud Firestore. #132
Expand Down
2 changes: 1 addition & 1 deletion firestore-stripe-invoices/extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

name: firestore-stripe-invoices
version: 0.1.6
version: 0.2.0
specVersion: v1beta

displayName: Send Invoices using Stripe
Expand Down
2 changes: 1 addition & 1 deletion firestore-stripe-invoices/functions/lib/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion firestore-stripe-invoices/functions/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const stripe = new Stripe(config.stripeSecretKey, {
// https://stripe.com/docs/building-plugins#setappinfo
appInfo: {
name: 'Firebase firestore-stripe-invoices',
version: '0.1.6',
version: '0.2.0',
},
});

Expand Down

0 comments on commit b38f98e

Please sign in to comment.