Skip to content

Commit

Permalink
chore: release 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
osamaqarem committed Jan 4, 2024
1 parent 65bc2ed commit 4ada02e
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-image-colors",
"version": "2.3.0",
"version": "2.4.0",
"description": "Fetch prominent colors from an image.",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down Expand Up @@ -64,6 +64,10 @@
"node_modules/(?!@react-native|react-native|expo-modules-core)"
]
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"release-it": {
"git": {
"commitMessage": "chore: release ${version}",
Expand All @@ -73,12 +77,9 @@
"publish": true
},
"github": {
"release": true
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": "angular"
}
"release": true,
"autoGenerate": true,
"releaseName": "${version}"
}
}
}

0 comments on commit 4ada02e

Please sign in to comment.