File tree Expand file tree Collapse file tree 2 files changed +44
-3
lines changed Expand file tree Collapse file tree 2 files changed +44
-3
lines changed Original file line number Diff line number Diff line change 4
4
"type" : " git" ,
5
5
"url" : " git://github.com/cgkineo/adapt-search"
6
6
},
7
- "version" : " 4.2.1 " ,
7
+ "version" : " 4.2.2 " ,
8
8
"framework" : " >=5.8" ,
9
9
"homepage" : " https://github.com/cgkineo/adapt-search" ,
10
10
"issues" : " https://github.com/cgkineo/adapt-search/issues/" ,
17
17
" adapt-extension"
18
18
],
19
19
"license" : " GPL-3.0" ,
20
- "targetAttribute" : " _search"
20
+ "targetAttribute" : " _search" ,
21
+ "private" : true ,
22
+ "devDependencies" : {
23
+ "@semantic-release/commit-analyzer" : " ^9.0.2" ,
24
+ "@semantic-release/git" : " ^10.0.1" ,
25
+ "@semantic-release/github" : " ^8.0.5" ,
26
+ "@semantic-release/npm" : " ^9.0.1" ,
27
+ "@semantic-release/release-notes-generator" : " ^10.0.3" ,
28
+ "conventional-changelog-eslint" : " ^3.0.9" ,
29
+ "semantic-release" : " ^19.0.3"
30
+ },
31
+ "scripts" : {
32
+ "postversion" : " cp package.json bower.json"
33
+ },
34
+ "release" : {
35
+ "plugins" : [
36
+ [
37
+ " @semantic-release/commit-analyzer" ,
38
+ {
39
+ "preset" : " eslint"
40
+ }
41
+ ],
42
+ [
43
+ " @semantic-release/release-notes-generator" ,
44
+ {
45
+ "preset" : " eslint"
46
+ }
47
+ ],
48
+ " @semantic-release/npm" ,
49
+ " @semantic-release/github" ,
50
+ [
51
+ " @semantic-release/git" ,
52
+ {
53
+ "assets" : [
54
+ " package.json" ,
55
+ " bower.json"
56
+ ],
57
+ "message" : " Chore(release): ${nextRelease.version} [skip ci]\n\n ${nextRelease.notes}"
58
+ }
59
+ ]
60
+ ]
61
+ }
21
62
}
Original file line number Diff line number Diff line change 4
4
"type" : " git" ,
5
5
"url" : " git://github.com/cgkineo/adapt-search"
6
6
},
7
- "version" : " 4.2.1 " ,
7
+ "version" : " 4.2.2 " ,
8
8
"framework" : " >=5.8" ,
9
9
"homepage" : " https://github.com/cgkineo/adapt-search" ,
10
10
"issues" : " https://github.com/cgkineo/adapt-search/issues/" ,
You can’t perform that action at this time.
0 commit comments