Skip to content

Commit

Permalink
chore: 🔖 release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewDongminYoo committed Aug 25, 2023
1 parent df1f904 commit 9860952
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.1](https://github.com/AndrewDongminYoo/react-native-step-counter/compare/v0.2.0...v0.2.1) (2023-08-25)

### Bug Fixes

- 🚨 RNStepCounter -> StepCounter ([2441e3e](https://github.com/AndrewDongminYoo/react-native-step-counter/commit/2441e3e88853e647abcd8cb2d0c5759790fb4297))
- 🚨 RNStepCounter -> StepCounter [#29](https://github.com/AndrewDongminYoo/react-native-step-counter/issues/29) ([df1f904](https://github.com/AndrewDongminYoo/react-native-step-counter/commit/df1f904e9a14c7d0698a22fa9269767936cc09ef))

## [0.2.0](https://github.com/AndrewDongminYoo/react-native-step-counter/compare/v0.1.16...v0.2.0) (2023-08-20)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dongminyu/react-native-step-counter",
"displayName": "react-native-step-counter",
"version": "0.2.0",
"version": "0.2.1",
"private": false,
"summary": "It is a multi-platform library that combines CoreMotionSensor from iOS with SensorEventListener from Android.",
"description": "This library provides an interface for tracking the number of steps taken by the user in a React Native app.",
Expand Down

0 comments on commit 9860952

Please sign in to comment.