We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 956e9a5 commit 88d69c8Copy full SHA for 88d69c8
CHANGELOG.md
@@ -0,0 +1,6 @@
1
+# Changelog
2
+
3
+## <small>0.2.1 (2025-09-06)</small>
4
5
+* chore: update release-it config ([956e9a5](https://github.com/satya164/react-native-animated-observer/commit/956e9a5))
6
+* docs: update README ([f842aa3](https://github.com/satya164/react-native-animated-observer/commit/f842aa3))
package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-animated-observer",
- "version": "0.2.0",
+ "version": "0.2.1",
"description": "A component that lets you observe value of an Animated.Value or Reanimated Shared.Value and convert between them",
"main": "./lib/module/index.js",
"types": "./lib/typescript/src/index.d.ts",
0 commit comments