Skip to content

Commit b5fa2d2

Browse files
chore(release): 7.2.3
1 parent 323f49d commit b5fa2d2

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
44

5+
## [7.2.3](https://github.com/Cap-go/capacitor-barometer/compare/7.2.2...7.2.3) (2025-10-30)
6+
7+
8+
### Bug Fixes
9+
10+
* pluginVersion lint issue ([323f49d](https://github.com/Cap-go/capacitor-barometer/commit/323f49decc530f70a3631e53882eefbee534e8f3))
11+
* update package reference from capacitor-downloader to capacitor-barometer ([4d551c6](https://github.com/Cap-go/capacitor-barometer/commit/4d551c6efa5ea22c9826f959e68802fb031ac78d))
12+
513
## [7.2.2](https://github.com/Cap-go/capacitor-barometer/compare/7.2.1...7.2.2) (2025-10-29)
614

715

android/src/main/java/app/capgo/barometer/CapacitorBarometerPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
@CapacitorPlugin(name = "CapacitorBarometer")
1616
public class CapacitorBarometerPlugin extends Plugin implements SensorEventListener {
1717

18-
private final String pluginVersion = "7.2.2";
18+
private final String pluginVersion = "7.2.3";
1919
private static final String PERMISSION_GRANTED = "granted";
2020
private static final String PERMISSION_DENIED = "denied";
2121

ios/Sources/CapacitorBarometerPlugin/CapacitorBarometerPlugin.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import Foundation
44

55
@objc(CapacitorBarometerPlugin)
66
public class CapacitorBarometerPlugin: CAPPlugin, CAPBridgedPlugin {
7-
private let pluginVersion: String = "7.2.2"
7+
private let pluginVersion: String = "7.2.3"
88
public let identifier = "CapacitorBarometerPlugin"
99
public let jsName = "CapacitorBarometer"
1010
public let pluginMethods: [CAPPluginMethod] = [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capgo/capacitor-barometer",
3-
"version": "7.2.2",
3+
"version": "7.2.3",
44
"description": "Access device barometer readings with Capacitor",
55
"main": "dist/plugin.cjs.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)