Skip to content

Commit 96b63ad

Browse files
committed
updated package-lock.json & version to fix installation errors
1 parent 5d26e99 commit 96b63ad

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

firestore-stripe-payments/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## Version 0.2.7 - 2022-05-10
2+
[chore] Updated package-lock.json that was causing install errors.
3+
14
## Version 0.2.6 - 2022-05-10
25
[feat] Added Stripe extension events. This extension emits events, which allows you to listen to and run custom logic at different trigger points during the functioning of the extension. For example you can listen to events when a product has been added via the `product.created` event, or whenever a payment has succeeded through the `invoice.payment_succeeded` event. (#386)
36

firestore-stripe-payments/extension.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
name: firestore-stripe-payments
16-
version: 0.2.6
16+
version: 0.2.7
1717
specVersion: v1beta
1818

1919
displayName: Run Payments with Stripe

firestore-stripe-payments/functions/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const stripe = new Stripe(config.stripeSecretKey, {
3535
// https://stripe.com/docs/building-plugins#setappinfo
3636
appInfo: {
3737
name: 'Firebase firestore-stripe-payments',
38-
version: '0.2.6',
38+
version: '0.2.7',
3939
},
4040
});
4141

0 commit comments

Comments
 (0)