Skip to content

Commit 9549877

Browse files
committed
chore: release 0.2.4
1 parent 6f64e35 commit 9549877

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.4 (2025-09-13)</small>
4+
5+
* chore: remove worklets peer dep for broader compat ([6f64e35](https://github.com/satya164/react-native-animated-observer/commit/6f64e35))
6+
* docs: tweak readme ([8240260](https://github.com/satya164/react-native-animated-observer/commit/8240260))
7+
38
## <small>0.2.3 (2025-09-10)</small>
49

510
* docs: fix typo ([21bb759](https://github.com/satya164/react-native-animated-observer/commit/21bb759))

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.3",
3+
"version": "0.2.4",
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)