Skip to content

Commit d42a268

Browse files
chore(release): 7.2.1
1 parent 0a79565 commit d42a268

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.1](https://github.com/Cap-go/capacitor-pedometer/compare/7.2.0...7.2.1) (2025-10-30)
6+
7+
8+
### Bug Fixes
9+
10+
* pluginVersion lint issue ([8198ea2](https://github.com/Cap-go/capacitor-pedometer/commit/8198ea2a97e0753e0847922c7834f9325c16ffbf))
11+
512
## [7.2.0](https://github.com/Cap-go/capacitor-pedometer/compare/7.1.0...7.2.0) (2025-10-30)
613

714

android/src/main/java/app/capgo/pedometer/CapacitorPedometerPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
)
2525
public class CapacitorPedometerPlugin extends Plugin implements SensorEventListener {
2626

27-
private final String pluginVersion = "7.1.0";
27+
private final String pluginVersion = "7.2.1";
2828
private static final String PERMISSION_GRANTED = "granted";
2929
private static final String PERMISSION_DENIED = "denied";
3030
private static final String PERMISSION_PROMPT = "prompt";

ios/Sources/CapacitorPedometerPlugin/CapacitorPedometerPlugin.swift

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

55
@objc(CapacitorPedometerPlugin)
66
public class CapacitorPedometerPlugin: CAPPlugin, CAPBridgedPlugin {
7-
private let pluginVersion: String = "7.1.0"
7+
private let pluginVersion: String = "7.2.1"
88
public let identifier = "CapacitorPedometerPlugin"
99
public let jsName = "CapacitorPedometer"
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-pedometer",
3-
"version": "7.2.0",
3+
"version": "7.2.1",
44
"description": "Capacitor plugin for accessing pedometer data including steps, distance, pace, cadence, and floors",
55
"main": "dist/plugin.cjs.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)