Skip to content

Commit 785d8a7

Browse files
chore(firestore-stripe-payments): 0.3.2 release (#472)
1 parent 79ac4ee commit 785d8a7

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.3.2 - 2022-11-30
2+
[chore] Added support for `us-west1` as a deployable region for Firebase functions. [#464]
3+
14
## Version 0.3.1 - 2022-08-24
25
[chore] Added `package-lock.json` to version control to prevent installation issues. [#426]
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.3.1
16+
version: 0.3.2
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.3.1',
38+
version: '0.3.2',
3939
},
4040
});
4141

0 commit comments

Comments
 (0)