File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -35,21 +35,21 @@ feat: 🎸 add 'graphiteWidth' option
35
35
```
36
36
37
37
```
38
- fix: 🐛 stop graphite breaking when width < 0.1
38
+ fix: 🐞 stop graphite breaking when width < 0.1
39
39
```
40
40
41
41
```
42
- perf: 🔥 remove graphiteWidth option
42
+ perf: ⚡️ remove graphiteWidth option
43
43
44
44
BREAKING CHANGE: The graphiteWidth option has been removed. The default graphite width of 10mm is always used for performance reason.
45
45
46
46
Issues: MOL-1234
47
47
```
48
48
49
49
50
- ## Custmo config
50
+ ## Custom config
51
51
52
- You can privide custom configuration in ` changelog.congfig.js ` file
52
+ You can provide custom configuration in ` changelog.congfig.js ` file
53
53
in your repo. See [ default configuration file] ( ./src/defaults.js ) for reference.
54
54
55
55
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ const types = {
26
26
} ,
27
27
perf : {
28
28
description : 'A code change that improves performance' ,
29
- emoji : '🔥 ' ,
29
+ emoji : '⚡️ ' ,
30
30
value : 'perf'
31
31
} ,
32
32
refactor : {
You can’t perform that action at this time.
0 commit comments