Skip to content

Commit 88d69c8

Browse files
committed
chore: release 0.2.1
1 parent 956e9a5 commit 88d69c8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

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.0",
3+
"version": "0.2.1",
44
"description": "A component that lets you observe value of an Animated.Value or Reanimated Shared.Value and convert between them",
55
"main": "./lib/module/index.js",
66
"types": "./lib/typescript/src/index.d.ts",

0 commit comments

Comments
 (0)