Skip to content

Commit

Permalink
Release/0.0.17 (#75)
Browse files Browse the repository at this point in the history
* Version bump for 0.0.17

* Use correct name for CHANGELOG.latest.md

* Fix prettier
  • Loading branch information
tonidero authored Mar 1, 2024
1 parent cb3d44e commit 6476703
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ docs/
api-report/
fastlane/
CHANGELOG.md
CHANGELOG-latest.md
CHANGELOG.latest.md
vendor/
.circleci
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.16
0.0.17
2 changes: 0 additions & 2 deletions CHANGELOG-latest.md

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.latest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
### New Features
* Add `Logger` class and `setLogLevel` method to control what logs are printed to console. (#72) via Toni Rico (@tonidero)
* Add close button in email input screen (#73) via Toni Rico (@tonidero)
### Bugfixes
* Support multiple period durations (#74) via Toni Rico (@tonidero)
### Other Changes
* Add Fastlane + CircleCI for automation and move docs out of SDK repo into dedicated repo. (#70) via Toni Rico (@tonidero)
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 0.0.17
### New Features
* Add `Logger` class and `setLogLevel` method to control what logs are printed to console. (#72) via Toni Rico (@tonidero)
* Add close button in email input screen (#73) via Toni Rico (@tonidero)
### Bugfixes
* Support multiple period durations (#74) via Toni Rico (@tonidero)
### Other Changes
* Add Fastlane + CircleCI for automation and move docs out of SDK repo into dedicated repo. (#70) via Toni Rico (@tonidero)

# 0.0.16
- Rename getInstance to getSharedInstance and initializePurchases to configure (#69)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@revenuecat/purchases-js",
"private": false,
"version": "0.0.16",
"version": "0.0.17",
"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.0.16/" />
<meta http-equiv="refresh" content="0; url=https://revenuecat.github.io/purchases-js-docs/0.0.17/" />
</head>
<body>
</body>
Expand Down

0 comments on commit 6476703

Please sign in to comment.