File tree 2 files changed +26
-2
lines changed
2 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v1.0.1
4
+
5
+ [ compare changes] ( https://github.com/jcamp-code/commitlint-config-unjs/compare/v1.0.0...v1.0.1 )
6
+
7
+
8
+ ### 📖 Documentation
9
+
10
+ - Typo ([ 329d7b0] ( https://github.com/jcamp-code/commitlint-config-unjs/commit/329d7b0 ) )
11
+
12
+ ### 📦 Build
13
+
14
+ - Move renovatebot config file ([ 7e97684] ( https://github.com/jcamp-code/commitlint-config-unjs/commit/7e97684 ) )
15
+ - Add packageManager ([ 427ec5e] ( https://github.com/jcamp-code/commitlint-config-unjs/commit/427ec5e ) )
16
+
17
+ ### 🏡 Chore
18
+
19
+ - Update eslint-config ([ 3bd68b5] ( https://github.com/jcamp-code/commitlint-config-unjs/commit/3bd68b5 ) )
20
+ - Fix invalid packagemanager ([ 0050dc4] ( https://github.com/jcamp-code/commitlint-config-unjs/commit/0050dc4 ) )
21
+ - Switch to prepare script ([ 22e8726] ( https://github.com/jcamp-code/commitlint-config-unjs/commit/22e8726 ) )
22
+
23
+ ### ❤️ Contributors
24
+
25
+ - John Campion
< [email protected] >
26
+
3
27
## v1.0.0
4
28
5
29
[ compare changes] ( https://github.com/jcamp-code/commitlint-config-unjs/compare/v0.2.0...v1.0.0 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " commitlint-config-unjs" ,
3
3
"type" : " module" ,
4
- "version" : " 1.0.0 " ,
4
+ "version" : " 1.0.1 " ,
5
5
"packageManager" :
" [email protected] " ,
6
6
"description" : " A commitlint config for unjs's changelogen tool" ,
7
7
"author" : " John Campion" ,
65
65
"vite" : " ^4.2.1" ,
66
66
"vitest" : " ^0.29.8"
67
67
}
68
- }
68
+ }
You can’t perform that action at this time.
0 commit comments