Skip to content

Commit

Permalink
chore(release): prepare for release (#8551)
Browse files Browse the repository at this point in the history
  • Loading branch information
Salakar committed May 3, 2022
1 parent 8ef8b55 commit 7e3048f
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2022-04-29

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`firebase_crashlytics` - `v2.7.1`](#firebase_crashlytics---v271)

---

#### `firebase_crashlytics` - `v2.7.1`

- **FIX**: re-add support for `recordFlutterFatalError` method from previous EAP API (#8550). ([8ef8b55c](https://github.com/FirebaseExtended/flutterfire/commit/8ef8b55c113f24abac783170723c7f784f5d1fe5))


## 2022-04-29

### Changes
Expand Down
@@ -1,3 +1,7 @@
## 2.7.1

- **FIX**: re-add support for `recordFlutterFatalError` method from previous EAP API (#8550). ([8ef8b55c](https://github.com/FirebaseExtended/flutterfire/commit/8ef8b55c113f24abac783170723c7f784f5d1fe5))

## 2.7.0

- **FEAT**: add support for on-demand exception reporting (#8540). ([dfec7d60](https://github.com/FirebaseExtended/flutterfire/commit/dfec7d60592abe0a5c6523e13feabffb8b03020b))
Expand Down
Expand Up @@ -2,7 +2,7 @@ name: firebase_crashlytics
description:
Flutter plugin for Firebase Crashlytics. It reports uncaught errors to the
Firebase console.
version: 2.7.0
version: 2.7.1
homepage: https://firebase.flutter.dev/docs/crashlytics/overview
repository: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_crashlytics/firebase_crashlytics

Expand Down

0 comments on commit 7e3048f

Please sign in to comment.