Skip to content
This repository has been archived by the owner on Apr 1, 2023. It is now read-only.

Commit

Permalink
chore(release): 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robingenz committed Dec 9, 2021
1 parent 0bb7bda commit 7e20ccf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.2.0](https://github.com/robingenz/capacitor-app-update/compare/v1.1.0...v1.2.0) (2021-12-09)


### Features

* **android:** expose `clientVersionStalenessDays` ([#29](https://github.com/robingenz/capacitor-app-update/issues/29)) ([0ae0dd6](https://github.com/robingenz/capacitor-app-update/commit/0ae0dd617241d5c563957c6f7992e4f9a57a933c))
* **android:** expose `installStatus` ([#30](https://github.com/robingenz/capacitor-app-update/issues/30)) ([20701e8](https://github.com/robingenz/capacitor-app-update/commit/20701e81e6a4c1749aee2ade8ad7cda11ae18878))

## [1.1.0](https://github.com/robingenz/capacitor-app-update/compare/v1.0.0...v1.1.0) (2021-10-30)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@robingenz/capacitor-app-update",
"version": "1.1.0",
"version": "1.2.0",
"description": "Capacitor plugin that assists with app updates.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 7e20ccf

Please sign in to comment.