@@ -4,7 +4,14 @@ All notable changes to this project will be documented in this auto-generated
4
4
file. The format is based on [ Conventional Commits] [ 1 ] ; this project adheres to
5
5
[ Semantic Versioning] [ 2 ] .
6
6
7
- ## [ 2.0.0] [ 3 ] (2023-11-30)
7
+ ### [ 2.0.1] [ 3 ] (2023-11-30)
8
+
9
+ #### ⚙️ Build System
10
+
11
+ - ** packages/remark-capitalize-headings:** add missing ` excludeHeadingText `
12
+ example to docs ([ 8264348] [ 4 ] )
13
+
14
+ ## [ 2.0.0] [ 5 ] (2023-11-30)
8
15
9
16
### 💥 Breaking Changes 💥
10
17
@@ -15,105 +22,109 @@ file. The format is based on [Conventional Commits][1]; this project adheres to
15
22
16
23
#### ✨ Features
17
24
18
- - Add ` excludeHeadingText ` functionality ([ b887b05] [ 4 ] )
25
+ - Add ` excludeHeadingText ` functionality ([ b887b05] [ 6 ] )
19
26
20
27
#### ⚙️ Build System
21
28
22
29
- ** package:** add strip-ansi devdep; force update of unified-args to 11.0.1
23
- ([ 150abb4] [ 5 ] )
24
- - Update all plugins to work with unified@>=11 ([ fe98b3c] [ 6 ] )
30
+ ([ 150abb4] [ 7 ] )
31
+ - Update all plugins to work with unified@>=11 ([ fe98b3c] [ 8 ] )
25
32
26
33
#### 🧙🏿 Refactored
27
34
28
- - ** package:** bumped minimum node version to maintained ([ 364aced] [ 7 ] )
35
+ - ** package:** bumped minimum node version to maintained ([ 364aced] [ 9 ] )
29
36
30
- ### [ 1.0.3] [ 8 ] (2023-01-29)
37
+ ### [ 1.0.3] [ 10 ] (2023-01-29)
31
38
32
39
#### ⚙️ Build System
33
40
34
- - Stabilize build process ([ 6994784] [ 9 ] )
41
+ - Stabilize build process ([ 6994784] [ 11 ] )
35
42
36
- ### [ 1.0.2] [ 10 ] (2023-01-04)
43
+ ### [ 1.0.2] [ 12 ] (2023-01-04)
37
44
38
45
#### ⚙️ Build System
39
46
40
- - ** packages:** update maintainence badge ([ 4cbf746] [ 11 ] )
47
+ - ** packages:** update maintainence badge ([ 4cbf746] [ 13 ] )
41
48
42
49
#### 🔥 Reverted
43
50
44
51
- _ "test: replace remark-remove-comments with
45
- @xunnamius/remark-remove-comments "_ ([ 2395903] [ 12 ] )
52
+ @xunnamius/remark-remove-comments "_ ([ 2395903] [ 14 ] )
46
53
47
- ### [ 1.0.1] [ 13 ] (2022-12-06)
54
+ ### [ 1.0.1] [ 15 ] (2022-12-06)
48
55
49
56
#### 🪄 Fixes
50
57
51
58
- ** packages/remark-capitalize-headings:** use easier to understand examples
52
- ([ 1311199] [ 14 ] )
59
+ ([ 1311199] [ 16 ] )
53
60
54
- ## [ 1.0.0] [ 15 ] (2022-10-28)
61
+ ## [ 1.0.0] [ 17 ] (2022-10-28)
55
62
56
63
#### ✨ Features
57
64
58
- - ** packages/remark-capitalize-headings:** add new package ([ 97e7ef3] [ 16 ] )
65
+ - ** packages/remark-capitalize-headings:** add new package ([ 97e7ef3] [ 18 ] )
59
66
60
67
#### ⚙️ Build System
61
68
62
- - Add all-contributors ([ 84bff68] [ 17 ] )
63
- - ** lint-staged:** add doctoc to pre-commit build process ([ fa4f9ee] [ 18 ] )
64
- - ** package:** add doctoc to npm format script ([ 112d42c] [ 19 ] )
65
- - ** package:** defer to jest.config.js for coverage options ([ 05cd09e] [ 20 ] )
66
- - ** package:** fix npm test script jest invocations ([ a2ccf80] [ 21 ] )
67
- - ** package:** update core npm format script ([ c9d61ba] [ 22 ] )
68
- - ** package:** use actual test ignore regex pattern ([ 6358888] [ 23 ] )
69
- - Update core build toolchain ([ 19243d6] [ 24 ] )
70
- - Update core lint npm script; add lint: all npm script ([ bd84d8f] [ 25 ] )
69
+ - Add all-contributors ([ 84bff68] [ 19 ] )
70
+ - ** lint-staged:** add doctoc to pre-commit build process ([ fa4f9ee] [ 20 ] )
71
+ - ** package:** add doctoc to npm format script ([ 112d42c] [ 21 ] )
72
+ - ** package:** defer to jest.config.js for coverage options ([ 05cd09e] [ 22 ] )
73
+ - ** package:** fix npm test script jest invocations ([ a2ccf80] [ 23 ] )
74
+ - ** package:** update core npm format script ([ c9d61ba] [ 24 ] )
75
+ - ** package:** use actual test ignore regex pattern ([ 6358888] [ 25 ] )
76
+ - Update core build toolchain ([ 19243d6] [ 26 ] )
77
+ - Update core lint npm script; add lint: all npm script ([ bd84d8f] [ 27 ] )
71
78
72
79
[ 1 ] : https://conventionalcommits.org
73
80
[ 2 ] : https://semver.org
74
81
[ 3] :
75
- https://github.com/Xunnamius/unified-utils/compare/remark-capitalize-headings@1 .0.3 [email protected] .0
82
+ https://github.com/Xunnamius/unified-utils/compare/remark-capitalize-headings@2 .0.0 [email protected] .1
76
83
[ 4] :
77
- https://github.com/Xunnamius/unified-utils/commit/b887b05deaa81f5c600e0a30c8bf949cafde54b9
84
+ https://github.com/Xunnamius/unified-utils/commit/826434899d23711a6f7e306e7d1d86fe053b09e3
78
85
[ 5] :
79
- https://github.com/Xunnamius/unified-utils/commit/150abb424fd30e84336ddf8b1f443d75a04c30a1
86
+ https://github.com/Xunnamius/unified-utils/compare/[email protected] @2.0.0
80
87
[ 6] :
81
- https://github.com/Xunnamius/unified-utils/commit/fe98b3c7f06f4356bed713d2edb7d6f7f749617b
88
+ https://github.com/Xunnamius/unified-utils/commit/b887b05deaa81f5c600e0a30c8bf949cafde54b9
82
89
[ 7] :
83
- https://github.com/Xunnamius/unified-utils/commit/364aced3f0c8d4e56df8cde24419d13f568cb68f
90
+ https://github.com/Xunnamius/unified-utils/commit/150abb424fd30e84336ddf8b1f443d75a04c30a1
84
91
[ 8] :
85
- https://github.com/Xunnamius/unified-utils/compare/[email protected] @1.0.3
92
+ https://github.com/Xunnamius/unified-utils/commit/fe98b3c7f06f4356bed713d2edb7d6f7f749617b
86
93
[ 9] :
87
- https://github.com/Xunnamius/unified-utils/commit/69947844f42e618f336aeeb9af1d6c9f4ee1e82b
94
+ https://github.com/Xunnamius/unified-utils/commit/364aced3f0c8d4e56df8cde24419d13f568cb68f
88
95
[ 10] :
89
- https://github.com/Xunnamius/unified-utils/compare/[email protected] .1 [email protected] .2
96
+ https://github.com/Xunnamius/unified-utils/compare/[email protected] .2 [email protected] .3
90
97
[ 11] :
91
- https://github.com/Xunnamius/unified-utils/commit/4cbf746b78c3bb369c3b27228ec582c3a3e47c54
98
+ https://github.com/Xunnamius/unified-utils/commit/69947844f42e618f336aeeb9af1d6c9f4ee1e82b
92
99
[ 12] :
93
- https://github.com/Xunnamius/unified-utils/commit/23959035752e76f19ec4440cd762b4594fdb93bf
100
+ https://github.com/Xunnamius/unified-utils/compare/[email protected] @1.0.2
94
101
[ 13] :
95
- https://github.com/Xunnamius/unified-utils/compare/[email protected] @1.0.1
102
+ https://github.com/Xunnamius/unified-utils/commit/4cbf746b78c3bb369c3b27228ec582c3a3e47c54
96
103
[ 14] :
97
- https://github.com/Xunnamius/unified-utils/commit/1311199e584bd9a867e448ab69e8507c3e768183
104
+ https://github.com/Xunnamius/unified-utils/commit/23959035752e76f19ec4440cd762b4594fdb93bf
98
105
[ 15] :
99
- https://github.com/Xunnamius/unified-utils/compare/05cd09e0cf13f18fa56f6156516bcf546b1238e6... [email protected] .0
106
+ https://github.com/Xunnamius/unified-utils/compare/[email protected] ...[email protected] .1
100
107
[ 16] :
101
- https://github.com/Xunnamius/unified-utils/commit/97e7ef33888a54b4fadff9a67684e3f63ed3786c
108
+ https://github.com/Xunnamius/unified-utils/commit/1311199e584bd9a867e448ab69e8507c3e768183
102
109
[ 17] :
103
- https://github.com/Xunnamius/unified-utils/commit/84bff68339c7a742c104c0f2545fe62b28c8b473
110
+ https://github.com/Xunnamius/unified-utils/compare/05cd09e0cf13f18fa56f6156516bcf546b1238e6...remark-capitalize-headings@1.0.0
104
111
[ 18] :
105
- https://github.com/Xunnamius/unified-utils/commit/fa4f9ee3f9cd922875cf077f6d8b74105f0ba55e
112
+ https://github.com/Xunnamius/unified-utils/commit/97e7ef33888a54b4fadff9a67684e3f63ed3786c
106
113
[ 19] :
107
- https://github.com/Xunnamius/unified-utils/commit/112d42c6999f758ff618f4e116eb7cf38c09f77c
114
+ https://github.com/Xunnamius/unified-utils/commit/84bff68339c7a742c104c0f2545fe62b28c8b473
108
115
[ 20] :
109
- https://github.com/Xunnamius/unified-utils/commit/05cd09e0cf13f18fa56f6156516bcf546b1238e6
116
+ https://github.com/Xunnamius/unified-utils/commit/fa4f9ee3f9cd922875cf077f6d8b74105f0ba55e
110
117
[ 21] :
111
- https://github.com/Xunnamius/unified-utils/commit/a2ccf801276c84e54d3fc1afaad574f78408d86f
118
+ https://github.com/Xunnamius/unified-utils/commit/112d42c6999f758ff618f4e116eb7cf38c09f77c
112
119
[ 22] :
113
- https://github.com/Xunnamius/unified-utils/commit/c9d61bacbd52bc76b05abd3426474bf0176c3cd9
120
+ https://github.com/Xunnamius/unified-utils/commit/05cd09e0cf13f18fa56f6156516bcf546b1238e6
114
121
[ 23] :
115
- https://github.com/Xunnamius/unified-utils/commit/63588887a7377f3ee7488b19c87f1f2bf1faa811
122
+ https://github.com/Xunnamius/unified-utils/commit/a2ccf801276c84e54d3fc1afaad574f78408d86f
116
123
[ 24] :
117
- https://github.com/Xunnamius/unified-utils/commit/19243d623ba14cfd629c5e4632e6a75de508592b
124
+ https://github.com/Xunnamius/unified-utils/commit/c9d61bacbd52bc76b05abd3426474bf0176c3cd9
118
125
[ 25] :
126
+ https://github.com/Xunnamius/unified-utils/commit/63588887a7377f3ee7488b19c87f1f2bf1faa811
127
+ [ 26] :
128
+ https://github.com/Xunnamius/unified-utils/commit/19243d623ba14cfd629c5e4632e6a75de508592b
129
+ [ 27] :
119
130
https://github.com/Xunnamius/unified-utils/commit/bd84d8fc1fb5c4d1828a16a47214a6730f34899a
0 commit comments