|
1 | 1 | { |
2 | 2 | "name": "react-native-nitro-version-check", |
3 | | - "version": "1.0.0", |
| 3 | + "version": "1.0.1", |
4 | 4 | "description": "react-native-nitro-version-check", |
5 | 5 | "main": "lib/index", |
6 | 6 | "module": "lib/index", |
|
85 | 85 | "npm": { |
86 | 86 | "publish": true, |
87 | 87 | "skipChecks": true, |
88 | | - "publishArgs": ["--provenance --access public"] |
| 88 | + "publishArgs": [ |
| 89 | + "--provenance --access public" |
| 90 | + ] |
89 | 91 | }, |
90 | 92 | "github": { |
91 | 93 | "release": true |
|
98 | 100 | "preset": { |
99 | 101 | "name": "conventionalcommits", |
100 | 102 | "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 | + } |
111 | 143 | ] |
112 | 144 | }, |
113 | 145 | "infile": "../CHANGELOG.md" |
|
0 commit comments