Commit 92e54ba 1 parent aa1b03c commit 92e54ba Copy full SHA for 92e54ba
File tree 2 files changed +72
-0
lines changed
2 files changed +72
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "." : " 1.2.0"
3
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "changelog-sections" : [
3
+ {
4
+ "type" : " feat" ,
5
+ "section" : " New" ,
6
+ "hidden" : false
7
+ },
8
+ {
9
+ "type" : " fix" ,
10
+ "section" : " Changed and/or fixed" ,
11
+ "hidden" : false
12
+ },
13
+ {
14
+ "type" : " chore" ,
15
+ "section" : " Miscellaneous" ,
16
+ "hidden" : false
17
+ },
18
+ {
19
+ "type" : " perf" ,
20
+ "section" : " Performance Improvements" ,
21
+ "hidden" : false
22
+ },
23
+ {
24
+ "type" : " revert" ,
25
+ "section" : " Reverts" ,
26
+ "hidden" : false
27
+ },
28
+ {
29
+ "type" : " docs" ,
30
+ "section" : " Documentation" ,
31
+ "hidden" : true
32
+ },
33
+ {
34
+ "type" : " style" ,
35
+ "section" : " Styles" ,
36
+ "hidden" : true
37
+ },
38
+ {
39
+ "type" : " chore" ,
40
+ "section" : " Miscellaneous Chores" ,
41
+ "hidden" : true
42
+ },
43
+ {
44
+ "type" : " refactor" ,
45
+ "section" : " Code Refactoring" ,
46
+ "hidden" : true
47
+ },
48
+ {
49
+ "type" : " test" ,
50
+ "section" : " Tests" ,
51
+ "hidden" : true
52
+ },
53
+ {
54
+ "type" : " build" ,
55
+ "section" : " Build System" ,
56
+ "hidden" : true
57
+ },
58
+ {
59
+ "type" : " ci" ,
60
+ "section" : " Continuous Integration" ,
61
+ "hidden" : true
62
+ }
63
+ ],
64
+ "packages" : {
65
+ "." : {
66
+ "release-type" : " node"
67
+ }
68
+ }
69
+ }
You can’t perform that action at this time.
0 commit comments