From 28a7508c3e64f8c338e0bb6bb3e5faab920a7b0d Mon Sep 17 00:00:00 2001 From: Ely Lucas Date: Wed, 23 Jun 2021 13:04:43 -0600 Subject: [PATCH] chore(release): publish [skip ci] - @capacitor/action-sheet@1.0.2 - @capacitor/app@1.0.2 - @capacitor/app-launcher@1.0.2 - @capacitor/browser@1.0.2 - @capacitor/camera@1.0.2 - @capacitor/clipboard@1.0.2 - @capacitor/device@1.0.2 - @capacitor/dialog@1.0.2 - @capacitor/filesystem@1.0.2 - @capacitor/geolocation@1.0.2 - @capacitor/haptics@1.0.2 - @capacitor/keyboard@1.0.2 - @capacitor/local-notifications@1.0.2 - @capacitor/motion@1.0.2 - @capacitor/network@1.0.2 - @capacitor/push-notifications@1.0.2 - @capacitor/screen-reader@1.0.2 - @capacitor/share@1.0.2 - @capacitor/splash-screen@1.0.2 - @capacitor/status-bar@1.0.2 - @capacitor/storage@1.0.2 - @capacitor/text-zoom@1.0.2 - @capacitor/toast@1.0.2 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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",