diff --git a/CHANGELOG.md b/CHANGELOG.md index da634fe..5f6a305 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.1.0](https://github.com/capacitor-community/firebase-crashlytics/compare/v1.0.0...v1.1.0) (2021-07-23) + + +### Features + +* **android:** update `com.google.firebase:firebase-crashlytics` to `18.1.0` ([#45](https://github.com/capacitor-community/firebase-crashlytics/issues/45)) ([fc6a97f](https://github.com/capacitor-community/firebase-crashlytics/commit/fc6a97f26b8704ffb7a6aead9d0f102b6acfe645)) +* **ios:** update `Firebase/Crashlytics` to `8.4.0` ([#46](https://github.com/capacitor-community/firebase-crashlytics/issues/46)) ([dab35e1](https://github.com/capacitor-community/firebase-crashlytics/commit/dab35e102b8dfcfa1e3b1f18afad8ebe52d1de1e)) + ## [1.0.0](https://github.com/capacitor-community/firebase-crashlytics/compare/v0.4.0...v1.0.0) (2021-04-22) diff --git a/package-lock.json b/package-lock.json index 087b2bd..6e8df2f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@capacitor-community/firebase-crashlytics", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 28e9700..f56f3c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor-community/firebase-crashlytics", - "version": "1.0.0", + "version": "1.1.0", "description": "Capacitor plugin for Firebase Crashlytics.", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",