Skip to content

Commit a2ca175

Browse files
committed
chore: update version to 0.3.0 and change release-it preset to conventionalcommits
1 parent 6726d4c commit a2ca175

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lottiefiles/dotlottie-react-native",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "dotlottie react native",
55
"source": "./src/index.ts",
66
"main": "./lib/commonjs/index.js",
@@ -124,9 +124,7 @@
124124
},
125125
"plugins": {
126126
"@release-it/conventional-changelog": {
127-
"preset": {
128-
"name": "angular"
129-
},
127+
"preset": "conventionalcommits",
130128
"infile": "CHANGELOG.md"
131129
}
132130
}

0 commit comments

Comments
 (0)