Skip to content

Commit

Permalink
Version bump for 0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RCGitBot committed Oct 23, 2024
1 parent 65872d4 commit 7a34c56
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.11.1
0.11.2
8 changes: 7 additions & 1 deletion CHANGELOG.latest.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## RevenueCat SDK
### 🐞 Bugfixes
* Restored the default accent and focus colors used before the customization implementation (#215) via Nicola Sacco (@nicfix)
* Fix handling unrecognized error codes in purchase operation (#217) via Toni Rico (@tonidero)
### 📦 Dependency Updates
* Bump fastlane from 2.224.0 to 2.225.0 (#219) via dependabot[bot] (@dependabot[bot])
* Bump danger from 9.5.0 to 9.5.1 (#218) via dependabot[bot] (@dependabot[bot])

### 🔄 Other Changes
* Demo App: Allow using anonymous IDs and generate deep links on demo app (#213) via Toni Rico (@tonidero)
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 0.11.2
## RevenueCat SDK
### 🐞 Bugfixes
* Fix handling unrecognized error codes in purchase operation (#217) via Toni Rico (@tonidero)
### 📦 Dependency Updates
* Bump fastlane from 2.224.0 to 2.225.0 (#219) via dependabot[bot] (@dependabot[bot])
* Bump danger from 9.5.0 to 9.5.1 (#218) via dependabot[bot] (@dependabot[bot])

### 🔄 Other Changes
* Demo App: Allow using anonymous IDs and generate deep links on demo app (#213) via Toni Rico (@tonidero)

## 0.11.1
## RevenueCat SDK
### 🐞 Bugfixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@revenuecat/purchases-js",
"description": "Web subscriptions made easy. Powered by RevenueCat",
"private": false,
"version": "0.11.1",
"version": "0.11.2",
"type": "module",
"files": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion scripts/docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="0; url=https://revenuecat.github.io/purchases-js-docs/0.11.1/" />
<meta http-equiv="refresh" content="0; url=https://revenuecat.github.io/purchases-js-docs/0.11.2/" />
</head>
<body>
</body>
Expand Down
2 changes: 1 addition & 1 deletion src/helpers/constants.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const VERSION = "0.11.1";
export const VERSION = "0.11.2";
export const RC_ENDPOINT = import.meta.env.VITE_RC_ENDPOINT as string;

0 comments on commit 7a34c56

Please sign in to comment.