Skip to content

Commit

Permalink
chore(crashes): Update changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
hrafnkellb-advania committed Sep 21, 2021
1 parent 4a13e0a commit 6e44dcc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions appcenter-crashes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.5.0

### Features

* **android**: Add `Crashes.lastSessionCrashReport()` API to get a report for the crash that happened in your last session in your app.

## 0.4.0

* adding Android support
Expand Down
2 changes: 1 addition & 1 deletion appcenter-crashes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor-community/appcenter-crashes",
"version": "0.4.0",
"version": "0.5.0",
"description": "Capacitor plugin for Microsoft's App Center Crashes",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"@capacitor-community/appcenter": "^0.7.0",
"@capacitor-community/appcenter-analytics": "^0.3.0",
"@capacitor-community/appcenter-crashes": "^0.4.0",
"@capacitor-community/appcenter-crashes": "^0.5.0",
"@capacitor/android": "^3.0.0",
"@capacitor/app": "^1.0.0",
"@capacitor/cli": "^3.0.0",
Expand Down

0 comments on commit 6e44dcc

Please sign in to comment.