@@ -4,132 +4,159 @@ 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
- ### [ 1.1.3] [ 3 ] (2023-01-29)
7
+ ## [ 2.0.0] [ 3 ] (2023-11-30)
8
+
9
+ ### 💥 Breaking Changes 💥
10
+
11
+ - End-of-life node versions (14 and 16) are no longer supported
12
+
13
+ - These packages are only guaranteed to work with the _ latest_ remark/unified
14
+ packages
8
15
9
16
#### ⚙️ Build System
10
17
11
- - Stabilize build process ([ 6994784] [ 4 ] )
18
+ - ** package:** add strip-ansi devdep; force update of unified-args to 11.0.1
19
+ ([ 150abb4] [ 4 ] )
20
+ - Update all plugins to work with unified@>=11 ([ fe98b3c] [ 5 ] )
21
+
22
+ #### 🧙🏿 Refactored
12
23
13
- ### [ 1.1.2] [ 5 ] (2023-01-04)
24
+ - ** package:** bumped minimum node version to maintained ([ 364aced] [ 6 ] )
25
+
26
+ ### [ 1.1.3] [ 7 ] (2023-01-29)
14
27
15
28
#### ⚙️ Build System
16
29
17
- - ** packages:** update maintainence badge ([ 4cbf746] [ 6 ] )
30
+ - Stabilize build process ([ 6994784] [ 8 ] )
31
+
32
+ ### [ 1.1.2] [ 9 ] (2023-01-04)
33
+
34
+ #### ⚙️ Build System
35
+
36
+ - ** packages:** update maintainence badge ([ 4cbf746] [ 10 ] )
18
37
19
38
#### 🔥 Reverted
20
39
21
40
- _ "test: replace remark-remove-comments with
22
- @xunnamius/remark-remove-comments "_ ([ 2395903] [ 7 ] )
41
+ @xunnamius/remark-remove-comments "_ ([ 2395903] [ 11 ] )
23
42
24
- ### [ 1.1.1] [ 8 ] (2022-12-22)
43
+ ### [ 1.1.1] [ 12 ] (2022-12-22)
25
44
26
45
#### ⚙️ Build System
27
46
28
47
- ** packages/remark-lint-list-item-style:** explicitly rebuild distributables
29
- ([ fe903a6] [ 9 ] )
48
+ ([ fe903a6] [ 13 ] )
30
49
31
- ## [ 1.1.0] [ 10 ] (2022-12-22)
50
+ ## [ 1.1.0] [ 14 ] (2022-12-22)
32
51
33
52
#### ✨ Features
34
53
35
54
- ** packages/remark-lint-list-item-style:** add ignoreFirstWords option
36
- ([ 1928d8a] [ 11 ] )
55
+ ([ 1928d8a] [ 15 ] )
37
56
38
- ### [ 1.0.3] [ 12 ] (2022-12-21)
57
+ ### [ 1.0.3] [ 16 ] (2022-12-21)
39
58
40
59
#### 🪄 Fixes
41
60
42
61
- Ensure inline and non-inline spread code blocks are handled properly
43
- ([ dcdf185] [ 13 ] ) <sup >closes [ #43 ] [ 14 ] </sup >
62
+ ([ dcdf185] [ 17 ] ) <sup >closes [ #43 ] [ 18 ] </sup >
44
63
45
- ### [ 1.0.2] [ 15 ] (2022-12-06)
64
+ ### [ 1.0.2] [ 19 ] (2022-12-06)
46
65
47
66
#### 🪄 Fixes
48
67
49
68
- ** packages/remark-lint-list-item-style:** delete typo from origin and url
50
- strings ([ e2ecc6a] [ 16 ] )
69
+ strings ([ e2ecc6a] [ 20 ] )
51
70
- ** packages:** use "remark-lint" as origin scope for comment-level
52
- disable/ignore support ([ 3f15c0f] [ 17 ] )
71
+ disable/ignore support ([ 3f15c0f] [ 21 ] )
53
72
54
- ### [ 1.0.1] [ 18 ] (2022-10-30)
73
+ ### [ 1.0.1] [ 22 ] (2022-10-30)
55
74
56
75
#### 🪄 Fixes
57
76
58
77
- ** packages/remark-lint-list-item-style:** support emoji and multibyte
59
- punctuation ([ f381113] [ 19 ] )
78
+ punctuation ([ f381113] [ 23 ] )
60
79
61
- ## [ 1.0.0] [ 20 ] (2022-10-29)
80
+ ## [ 1.0.0] [ 24 ] (2022-10-29)
62
81
63
82
#### ✨ Features
64
83
65
- - ** packages/remark-lint-list-item-style:** add new package ([ 83d8215] [ 21 ] )
84
+ - ** packages/remark-lint-list-item-style:** add new package ([ 83d8215] [ 25 ] )
66
85
67
86
#### ⚙️ Build System
68
87
69
- - Add all-contributors ([ 84bff68] [ 22 ] )
70
- - ** lint-staged:** add doctoc to pre-commit build process ([ fa4f9ee] [ 23 ] )
71
- - ** package:** add doctoc to npm format script ([ 112d42c] [ 24 ] )
72
- - ** package:** defer to jest.config.js for coverage options ([ 05cd09e] [ 25 ] )
73
- - ** package:** fix npm test script jest invocations ([ a2ccf80] [ 26 ] )
74
- - ** package:** update core npm format script ([ c9d61ba] [ 27 ] )
75
- - ** package:** use actual test ignore regex pattern ([ 6358888] [ 28 ] )
76
- - Update core build toolchain ([ 19243d6] [ 29 ] )
77
- - Update core lint npm script; add lint: all npm script ([ bd84d8f] [ 30 ] )
88
+ - Add all-contributors ([ 84bff68] [ 26 ] )
89
+ - ** lint-staged:** add doctoc to pre-commit build process ([ fa4f9ee] [ 27 ] )
90
+ - ** package:** add doctoc to npm format script ([ 112d42c] [ 28 ] )
91
+ - ** package:** defer to jest.config.js for coverage options ([ 05cd09e] [ 29 ] )
92
+ - ** package:** fix npm test script jest invocations ([ a2ccf80] [ 30 ] )
93
+ - ** package:** update core npm format script ([ c9d61ba] [ 31 ] )
94
+ - ** package:** use actual test ignore regex pattern ([ 6358888] [ 32 ] )
95
+ - Update core build toolchain ([ 19243d6] [ 33 ] )
96
+ - Update core lint npm script; add lint: all npm script ([ bd84d8f] [ 34 ] )
78
97
79
98
[ 1 ] : https://conventionalcommits.org
80
99
[ 2 ] : https://semver.org
81
100
[ 3] :
82
- https://github.com/Xunnamius/unified-utils/compare/[email protected] .2 ...remark-lint-list-item-style@1.1.3
101
+ https://github.com/Xunnamius/unified-utils/compare/[email protected] .3 ...remark-lint-list-item-style@2.0.0
83
102
[ 4] :
84
- https://github.com/Xunnamius/unified-utils/commit/69947844f42e618f336aeeb9af1d6c9f4ee1e82b
103
+ https://github.com/Xunnamius/unified-utils/commit/150abb424fd30e84336ddf8b1f443d75a04c30a1
85
104
[ 5] :
86
- https://github.com/Xunnamius/unified-utils/compare/[email protected] @1.1.2
105
+ https://github.com/Xunnamius/unified-utils/commit/fe98b3c7f06f4356bed713d2edb7d6f7f749617b
87
106
[ 6] :
88
- https://github.com/Xunnamius/unified-utils/commit/4cbf746b78c3bb369c3b27228ec582c3a3e47c54
107
+ https://github.com/Xunnamius/unified-utils/commit/364aced3f0c8d4e56df8cde24419d13f568cb68f
89
108
[ 7] :
90
- https://github.com/Xunnamius/unified-utils/commit/23959035752e76f19ec4440cd762b4594fdb93bf
109
+ https://github.com/Xunnamius/unified-utils/compare/[email protected] @1.1.3
91
110
[ 8] :
92
- https://github.com/Xunnamius/unified-utils/compare/[email protected] @1.1.1
111
+ https://github.com/Xunnamius/unified-utils/commit/69947844f42e618f336aeeb9af1d6c9f4ee1e82b
93
112
[ 9] :
94
- https://github.com/Xunnamius/unified-utils/commit/fe903a6cabdd526cd0e711ce8c9ad89e87f8ba89
113
+ https://github.com/Xunnamius/unified-utils/compare/[email protected] @1.1.2
95
114
[ 10] :
96
- https://github.com/Xunnamius/unified-utils/compare/[email protected] @1.1.0
115
+ https://github.com/Xunnamius/unified-utils/commit/4cbf746b78c3bb369c3b27228ec582c3a3e47c54
97
116
[ 11] :
98
- https://github.com/Xunnamius/unified-utils/commit/1928d8afe28ad5d0a187e6791614aa9879d9352b
117
+ https://github.com/Xunnamius/unified-utils/commit/23959035752e76f19ec4440cd762b4594fdb93bf
99
118
[ 12] :
100
- https://github.com/Xunnamius/unified-utils/compare/remark-lint-list-item-style@1.0.2... remark-lint-list-item-style@1.0.3
119
+ https://github.com/Xunnamius/unified-utils/compare/remark-lint-list-item-style@1.1.0... remark-lint-list-item-style@1.1.1
101
120
[ 13] :
102
- https://github.com/Xunnamius/unified-utils/commit/dcdf185081bc06d57c69be79f8d5c70e58b9104a
103
- [ 14 ] : https://github.com/Xunnamius/unified-utils/issues/43
121
+ https://github.com/Xunnamius/unified-utils/commit/fe903a6cabdd526cd0e711ce8c9ad89e87f8ba89
122
+ [ 14] :
123
+ https://github.com/Xunnamius/unified-utils/compare/[email protected] @1.1.0
104
124
[ 15] :
105
- https://github.com/Xunnamius/unified-utils/compare/[email protected] @1.0.2
125
+ https://github.com/Xunnamius/unified-utils/commit/1928d8afe28ad5d0a187e6791614aa9879d9352b
106
126
[ 16] :
107
- https://github.com/Xunnamius/unified-utils/commit/e2ecc6ad901c37c60a4e2a433d5d5ce974622d06
127
+ https://github.com/Xunnamius/unified-utils/compare/[email protected] @1.0.3
108
128
[ 17] :
129
+ https://github.com/Xunnamius/unified-utils/commit/dcdf185081bc06d57c69be79f8d5c70e58b9104a
130
+ [ 18 ] : https://github.com/Xunnamius/unified-utils/issues/43
131
+ [ 19] :
132
+ https://github.com/Xunnamius/unified-utils/compare/[email protected] @1.0.2
133
+ [ 20] :
134
+ https://github.com/Xunnamius/unified-utils/commit/e2ecc6ad901c37c60a4e2a433d5d5ce974622d06
135
+ [ 21] :
109
136
https://github.com/Xunnamius/unified-utils/commit/3f15c0fb647157848e323f66cd56eaf74e590141
110
- [ 18 ] :
137
+ [ 22 ] :
111
138
https://github.com/Xunnamius/unified-utils/compare/[email protected] @1.0.1
112
- [ 19 ] :
139
+ [ 23 ] :
113
140
https://github.com/Xunnamius/unified-utils/commit/f381113996184a45c1795b620189f6c6c2c4cd89
114
- [ 20 ] :
141
+ [ 24 ] :
115
142
https://github.com/Xunnamius/unified-utils/compare/05cd09e0cf13f18fa56f6156516bcf546b1238e6...remark-lint-list-item-style@1.0.0
116
- [ 21 ] :
143
+ [ 25 ] :
117
144
https://github.com/Xunnamius/unified-utils/commit/83d82154f670c3154db05f811d0b92b5b17acb26
118
- [ 22 ] :
145
+ [ 26 ] :
119
146
https://github.com/Xunnamius/unified-utils/commit/84bff68339c7a742c104c0f2545fe62b28c8b473
120
- [ 23 ] :
147
+ [ 27 ] :
121
148
https://github.com/Xunnamius/unified-utils/commit/fa4f9ee3f9cd922875cf077f6d8b74105f0ba55e
122
- [ 24 ] :
149
+ [ 28 ] :
123
150
https://github.com/Xunnamius/unified-utils/commit/112d42c6999f758ff618f4e116eb7cf38c09f77c
124
- [ 25 ] :
151
+ [ 29 ] :
125
152
https://github.com/Xunnamius/unified-utils/commit/05cd09e0cf13f18fa56f6156516bcf546b1238e6
126
- [ 26 ] :
153
+ [ 30 ] :
127
154
https://github.com/Xunnamius/unified-utils/commit/a2ccf801276c84e54d3fc1afaad574f78408d86f
128
- [ 27 ] :
155
+ [ 31 ] :
129
156
https://github.com/Xunnamius/unified-utils/commit/c9d61bacbd52bc76b05abd3426474bf0176c3cd9
130
- [ 28 ] :
157
+ [ 32 ] :
131
158
https://github.com/Xunnamius/unified-utils/commit/63588887a7377f3ee7488b19c87f1f2bf1faa811
132
- [ 29 ] :
159
+ [ 33 ] :
133
160
https://github.com/Xunnamius/unified-utils/commit/19243d623ba14cfd629c5e4632e6a75de508592b
134
- [ 30 ] :
161
+ [ 34 ] :
135
162
https://github.com/Xunnamius/unified-utils/commit/bd84d8fc1fb5c4d1828a16a47214a6730f34899a
0 commit comments