Skip to content

Commit cd880b7

Browse files
chore: release 0.4.0
1 parent 8c9f16f commit cd880b7

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
3+
## 0.4.0 (2025-10-14)
4+
5+
* chore: 🤖 fix release (#7) ([a6bd923](https://github.com/LottieFiles/dotlottie-react-native/commit/a6bd923)), closes [#7](https://github.com/LottieFiles/dotlottie-react-native/issues/7)
6+
* chore: add release workflow (#6) ([5eb6291](https://github.com/LottieFiles/dotlottie-react-native/commit/5eb6291)), closes [#6](https://github.com/LottieFiles/dotlottie-react-native/issues/6)
7+
* chore: configure git identity for release workflow ([582ca56](https://github.com/LottieFiles/dotlottie-react-native/commit/582ca56))
8+
* chore: initial setup (#1) ([0881399](https://github.com/LottieFiles/dotlottie-react-native/commit/0881399)), closes [#1](https://github.com/LottieFiles/dotlottie-react-native/issues/1)
9+
* chore: sync version with npm registry (0.2.0) (#19) ([e9f0d4d](https://github.com/LottieFiles/dotlottie-react-native/commit/e9f0d4d)), closes [#19](https://github.com/LottieFiles/dotlottie-react-native/issues/19)
10+
* chore: update README (#8) ([e227040](https://github.com/LottieFiles/dotlottie-react-native/commit/e227040)), closes [#8](https://github.com/LottieFiles/dotlottie-react-native/issues/8)
11+
* chore: update release-it configuration to allow dirty working directory ([8c9f16f](https://github.com/LottieFiles/dotlottie-react-native/commit/8c9f16f))
12+
* chore: update version to 0.3.0 and change release-it preset to conventionalcommits ([a2ca175](https://github.com/LottieFiles/dotlottie-react-native/commit/a2ca175))
13+
* chore: upgrade Node.js to v20 ([6726d4c](https://github.com/LottieFiles/dotlottie-react-native/commit/6726d4c))
14+
* chore: upgrade release-it to v19 ([48a16cf](https://github.com/LottieFiles/dotlottie-react-native/commit/48a16cf))
15+
* fix(integration): fix Android/iOS integration issues and native SDK compatibility (#17) ([7b4f5c1](https://github.com/LottieFiles/dotlottie-react-native/commit/7b4f5c1)), closes [#17](https://github.com/LottieFiles/dotlottie-react-native/issues/17)
16+
* Initial commit ([ea5c1dc](https://github.com/LottieFiles/dotlottie-react-native/commit/ea5c1dc))
17+
* Update README.md ([9087f79](https://github.com/LottieFiles/dotlottie-react-native/commit/9087f79))
18+
* feat: dotLottie IOS & Android integration (#3) ([3e24262](https://github.com/LottieFiles/dotlottie-react-native/commit/3e24262)), closes [#3](https://github.com/LottieFiles/dotlottie-react-native/issues/3)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lottiefiles/dotlottie-react-native",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "dotlottie react native",
55
"source": "./src/index.ts",
66
"main": "./lib/commonjs/index.js",
@@ -191,4 +191,4 @@
191191
"languages": "kotlin-swift",
192192
"version": "0.40.0"
193193
}
194-
}
194+
}

0 commit comments

Comments
 (0)