Skip to content

Commit

Permalink
chore: publish v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Aashu-Dubey committed Jun 2, 2024
1 parent ce8cef3 commit d1d9ca9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit d1d9ca9

Please sign in to comment.