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

Commit

Permalink
chore(release): 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robingenz committed Mar 30, 2023
1 parent 5330f2c commit d23643c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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.

### [2.1.1](https://github.com/capawesome-team/capacitor-app-update/compare/v2.1.0...v2.1.1) (2023-03-30)


### Bug Fixes

* **android:** catch native errors ([beb8070](https://github.com/capawesome-team/capacitor-app-update/commit/beb8070581a67df2a360a8a694c0ecf8b1d97b36))
* **android:** check if Google Play Services are available ([#64](https://github.com/capawesome-team/capacitor-app-update/issues/64)) ([e336da9](https://github.com/capawesome-team/capacitor-app-update/commit/e336da9b2256fcbba96391ea765974d8c7da51cb))
* **android:** replace deprecated `NativePlugin` ([5330f2c](https://github.com/capawesome-team/capacitor-app-update/commit/5330f2c7c5deb8a7c9878267a22e6ea7f5d7c1bb))

## [2.1.0](https://github.com/capawesome-team/capacitor-app-update/compare/v2.0.1...v2.1.0) (2023-01-21)


Expand Down
4 changes: 2 additions & 2 deletions 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": "@capawesome/capacitor-app-update",
"version": "2.1.0",
"version": "2.1.1",
"description": "Capacitor plugin that assists with app updates.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit d23643c

Please sign in to comment.