Skip to content

Commit e821100

Browse files
committed
chore: release 0.2.3
1 parent 21bb759 commit e821100

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## <small>0.2.3 (2025-09-10)</small>
4+
5+
* docs: fix typo ([21bb759](https://github.com/satya164/react-native-animated-observer/commit/21bb759))
6+
* chore: remove incorrect prop ([c369e13](https://github.com/satya164/react-native-animated-observer/commit/c369e13))
7+
38
## <small>0.2.2 (2025-09-10)</small>
49

510
* chore: bump version to match npm ([9fd4a8a](https://github.com/satya164/react-native-animated-observer/commit/9fd4a8a))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-animated-observer",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "A component that lets you observe Animated and Reanimated values and convert between them",
55
"main": "./lib/module/index.js",
66
"types": "./lib/typescript/src/index.d.ts",

0 commit comments

Comments
 (0)