Skip to content

Commit c0633c5

Browse files
committed
chore: release v1.0.1
1 parent 6aa673f commit c0633c5

1 file changed

Lines changed: 44 additions & 12 deletions

File tree

package/package.json

Lines changed: 44 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-nitro-version-check",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "react-native-nitro-version-check",
55
"main": "lib/index",
66
"module": "lib/index",
@@ -85,7 +85,9 @@
8585
"npm": {
8686
"publish": true,
8787
"skipChecks": true,
88-
"publishArgs": ["--provenance --access public"]
88+
"publishArgs": [
89+
"--provenance --access public"
90+
]
8991
},
9092
"github": {
9193
"release": true
@@ -98,16 +100,46 @@
98100
"preset": {
99101
"name": "conventionalcommits",
100102
"types": [
101-
{ "type": "feat", "section": "Features" },
102-
{ "type": "fix", "section": "Bug Fixes" },
103-
{ "type": "perf", "section": "Performance" },
104-
{ "type": "refactor", "section": "Refactors" },
105-
{ "type": "docs", "section": "Documentation" },
106-
{ "type": "style", "section": "Styles" },
107-
{ "type": "chore", "section": "Chores" },
108-
{ "type": "test", "section": "Tests" },
109-
{ "type": "ci", "section": "CI" },
110-
{ "type": "build", "section": "Build" }
103+
{
104+
"type": "feat",
105+
"section": "Features"
106+
},
107+
{
108+
"type": "fix",
109+
"section": "Bug Fixes"
110+
},
111+
{
112+
"type": "perf",
113+
"section": "Performance"
114+
},
115+
{
116+
"type": "refactor",
117+
"section": "Refactors"
118+
},
119+
{
120+
"type": "docs",
121+
"section": "Documentation"
122+
},
123+
{
124+
"type": "style",
125+
"section": "Styles"
126+
},
127+
{
128+
"type": "chore",
129+
"section": "Chores"
130+
},
131+
{
132+
"type": "test",
133+
"section": "Tests"
134+
},
135+
{
136+
"type": "ci",
137+
"section": "CI"
138+
},
139+
{
140+
"type": "build",
141+
"section": "Build"
142+
}
111143
]
112144
},
113145
"infile": "../CHANGELOG.md"

0 commit comments

Comments
 (0)