Skip to content

Commit a8c91d3

Browse files
committed
Version bump for 1.41.0
1 parent 760a4af commit a8c91d3

6 files changed

Lines changed: 18 additions & 5 deletions

File tree

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.40.0
1+
1.41.0

CHANGELOG.latest.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
## RevenueCat SDK
22
### ✨ New Features
3-
* Bump purchases-ui-js to 4.5.1 (#872) via Franco Correa (@francocorreasosa)
3+
* [WEB-3760] Terms copy for discounts (#879) via James O'Donnell (@james-od)
4+
* [WEB-4224] Simplify checkout refresh after applying code (#865) via James O'Donnell (@james-od)
5+
6+
### 🔄 Other Changes
7+
* [WST-609] Add Stripe day-unit trial coverage for paywall variables (#874) via Volodymyr Kartavyi (@vkartaviy)

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 1.41.0
2+
## RevenueCat SDK
3+
### ✨ New Features
4+
* [WEB-3760] Terms copy for discounts (#879) via James O'Donnell (@james-od)
5+
* [WEB-4224] Simplify checkout refresh after applying code (#865) via James O'Donnell (@james-od)
6+
7+
### 🔄 Other Changes
8+
* [WST-609] Add Stripe day-unit trial coverage for paywall variables (#874) via Volodymyr Kartavyi (@vkartaviy)
9+
110
## 1.40.0
211
## RevenueCat SDK
312
### ✨ New Features

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.40.0",
5+
"version": "1.41.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.40.0/" />
5+
<meta http-equiv="refresh" content="0; url=https://revenuecat.github.io/purchases-js-docs/1.41.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.40.0";
1+
export const VERSION = "1.41.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)