diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d6d30cc4..a61ea91a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.2](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/push-notifications@1.0.1...@capacitor/push-notifications@1.0.2) (2021-06-23) + +**Note:** Version bump only for package @capacitor/push-notifications + + + + + ## [1.0.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/push-notifications@1.0.0...@capacitor/push-notifications@1.0.1) (2021-06-09) diff --git a/package.json b/package.json index de3bef069..87aa3d8c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/push-notifications", - "version": "1.0.1", + "version": "1.0.2", "description": "The Push Notifications API provides access to native push notifications.", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",