Skip to content

Commit 3543aff

Browse files
authored
[AUTOMATIC] Release/1.13.0 (#580)
**This is an automatic release.** ## RevenueCat SDK ### ✨ New Features * Add Virtual Currency Functionality (#573) via Will Taylor (@fire-at-will) * [WEB-2865] Feedback loops for checkout and WPL (#575) via James O'Donnell (@james-od) ### 🔄 Other Changes * [WEB-2778] Add tax breakdown support to checkout tax responses and examples (#570) via Antonio Borrero Granell (@antoniobg) * Add internal API to postSimulatedStoreReceipt (#561) via Toni Rico (@tonidero) * Add getVirtualCurrencies backend network request (#569) via Will Taylor (@fire-at-will)
1 parent ed1995b commit 3543aff

File tree

6 files changed

+23
-5
lines changed

6 files changed

+23
-5
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.12.1
1+
1.13.0

CHANGELOG.latest.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
1+
## RevenueCat SDK
2+
### ✨ New Features
3+
* Add Virtual Currency Functionality (#573) via Will Taylor (@fire-at-will)
4+
* [WEB-2865] Feedback loops for checkout and WPL (#575) via James O'Donnell (@james-od)
5+
16
### 🔄 Other Changes
2-
* chore: Paddle Support Limitation and API Key Restriction (#566) via Víctor Ferrer García (@vicfergar)
7+
* [WEB-2778] Add tax breakdown support to checkout tax responses and examples (#570) via Antonio Borrero Granell (@antoniobg)
8+
* Add internal API to postSimulatedStoreReceipt (#561) via Toni Rico (@tonidero)
9+
* Add getVirtualCurrencies backend network request (#569) via Will Taylor (@fire-at-will)

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 1.13.0
2+
## RevenueCat SDK
3+
### ✨ New Features
4+
* Add Virtual Currency Functionality (#573) via Will Taylor (@fire-at-will)
5+
* [WEB-2865] Feedback loops for checkout and WPL (#575) via James O'Donnell (@james-od)
6+
7+
### 🔄 Other Changes
8+
* [WEB-2778] Add tax breakdown support to checkout tax responses and examples (#570) via Antonio Borrero Granell (@antoniobg)
9+
* Add internal API to postSimulatedStoreReceipt (#561) via Toni Rico (@tonidero)
10+
* Add getVirtualCurrencies backend network request (#569) via Will Taylor (@fire-at-will)
11+
112
## 1.12.1
213
### 🔄 Other Changes
314
* chore: Paddle Support Limitation and API Key Restriction (#566) via Víctor Ferrer García (@vicfergar)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@revenuecat/purchases-js",
33
"description": "Web subscriptions made easy. Powered by RevenueCat",
44
"private": false,
5-
"version": "1.12.1",
5+
"version": "1.13.0",
66
"type": "module",
77
"files": [
88
"dist"

scripts/docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!DOCTYPE html>
33
<html>
44
<head>
5-
<meta http-equiv="refresh" content="0; url=https://revenuecat.github.io/purchases-js-docs/1.12.1/" />
5+
<meta http-equiv="refresh" content="0; url=https://revenuecat.github.io/purchases-js-docs/1.13.0/" />
66
</head>
77
<body>
88
</body>

src/helpers/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const VERSION = "1.12.1";
1+
export const VERSION = "1.13.0";
22
export const RC_ENDPOINT = import.meta.env.VITE_RC_ENDPOINT as string;
33
export const RC_ANALYTICS_ENDPOINT = import.meta.env
44
.VITE_RC_ANALYTICS_ENDPOINT as string;

0 commit comments

Comments
 (0)