From d1d9ca95cf0d0ba7ad4fd27fd210832f9d8a1893 Mon Sep 17 00:00:00 2001 From: Ashutosh Date: Mon, 3 Jun 2024 00:48:53 +0530 Subject: [PATCH] chore: publish v3.0.0 --- CHANGELOG.md | 6 ++++++ README.md | 1 + package.json | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59289e8..7f0494c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [v3.0.0](https://github.com/Aashu-Dubey/capacitor-statusbar-safe-area/compare/v2.1.2...v3.0.0) - (3 June 2024) + +✨ Improvements + +- Support for Capacitor v6 by [@azarz](https://github.com/azarz) in [#15](https://github.com/Aashu-Dubey/capacitor-statusbar-safe-area/pull/15) ([Complete changelog](https://github.com/Aashu-Dubey/capacitor-statusbar-safe-area/pull/15/files)). + ## [v2.1.2](https://github.com/Aashu-Dubey/capacitor-statusbar-safe-area/compare/v2.1.1...v2.1.2) - (2 June 2024) ✨ Improvements diff --git a/README.md b/README.md index 1388be8..e1d151b 100644 --- a/README.md +++ b/README.md @@ -159,6 +159,7 @@ Here are some example for a possible solution to use the plugin in: | capacitor | plugin version | | --------- | -------------------- | +| v6.x | 3.0.0 | | v5.x | 2.1.0 | | v4.x | >= 1.1.0 && <= 2.0.0 | | v3.x | <= 1.0.1 | diff --git a/package.json b/package.json index 7ffae2c..2d8f71d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@aashu-dubey/capacitor-statusbar-safe-area", - "version": "2.1.2", + "version": "3.0.0", "description": "Get Status bar height and Safe area insets on Android & iOS.", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",