|
| 1 | +## [0.4.4](https://github.com/varletjs/release/compare/v0.4.2...v0.4.4) (2025-11-16) |
| 2 | + |
| 3 | + |
| 4 | +### Bug Fixes |
| 5 | + |
| 6 | +* fix the npm release error handling ([#37](https://github.com/varletjs/release/issues/37)) ([fb831c4](https://github.com/varletjs/release/commit/fb831c4ccc5a3c8b88e10e394a7f0a790c400db5)) |
| 7 | + |
| 8 | + |
| 9 | + |
1 | 10 | ## [0.4.2](https://github.com/varletjs/release/compare/v0.4.1...v0.4.2) (2025-11-06) |
2 | 11 |
|
| 12 | + |
3 | 13 | ### Code Refactoring |
4 | 14 |
|
5 | | -- **release:** Better display of log information ([4054a7e](https://github.com/varletjs/release/commit/4054a7e2388ec863c61ee9a4136d50bb78398704)) |
| 15 | +* **release:** Better display of log information ([4054a7e](https://github.com/varletjs/release/commit/4054a7e2388ec863c61ee9a4136d50bb78398704)) |
| 16 | + |
| 17 | + |
6 | 18 |
|
7 | 19 | ## [0.4.1](https://github.com/varletjs/release/compare/v0.4.0...v0.4.1) (2025-05-21) |
8 | 20 |
|
| 21 | + |
9 | 22 | ### Features |
10 | 23 |
|
11 | | -- **changelog:** enable refactor for display in the CHANGELOG.md ([#33](https://github.com/varletjs/release/issues/33)) ([2381b66](https://github.com/varletjs/release/commit/2381b66a42d0504b16b74fe5a2b73dd18b6195bc)) |
| 24 | +* **changelog:** enable refactor for display in the CHANGELOG.md ([#33](https://github.com/varletjs/release/issues/33)) ([2381b66](https://github.com/varletjs/release/commit/2381b66a42d0504b16b74fe5a2b73dd18b6195bc)) |
| 25 | + |
| 26 | + |
12 | 27 |
|
13 | 28 | # [0.4.0](https://github.com/varletjs/release/compare/v0.3.3...v0.4.0) (2025-05-20) |
14 | 29 |
|
| 30 | + |
15 | 31 | ### Features |
16 | 32 |
|
17 | | -- **changelog:** add writerOpts to customize commit type transformations ([#31](https://github.com/varletjs/release/issues/31)) ([c682b35](https://github.com/varletjs/release/commit/c682b35b431becc7aa6c06e742ca550cbd88125e)) |
18 | | -- replace custom logger with rslog ([#29](https://github.com/varletjs/release/issues/29)) ([258e786](https://github.com/varletjs/release/commit/258e786c7a26095dd87e80c532192202e6e68326)) |
| 33 | +* **changelog:** add writerOpts to customize commit type transformations ([#31](https://github.com/varletjs/release/issues/31)) ([c682b35](https://github.com/varletjs/release/commit/c682b35b431becc7aa6c06e742ca550cbd88125e)) |
| 34 | +* replace custom logger with rslog ([#29](https://github.com/varletjs/release/issues/29)) ([258e786](https://github.com/varletjs/release/commit/258e786c7a26095dd87e80c532192202e6e68326)) |
| 35 | + |
| 36 | + |
19 | 37 |
|
20 | 38 | ## [0.3.3](https://github.com/varletjs/release/compare/v0.3.2...v0.3.3) (2025-01-15) |
21 | 39 |
|
| 40 | + |
22 | 41 | ### Code Refactoring |
23 | 42 |
|
24 | | -- remove unused title function ([#24](https://github.com/varletjs/release/issues/24)) ([ac37481](https://github.com/varletjs/release/commit/ac37481d8257585d73fa14deb2b131a960059007)) |
| 43 | +* remove unused title function ([#24](https://github.com/varletjs/release/issues/24)) ([ac37481](https://github.com/varletjs/release/commit/ac37481d8257585d73fa14deb2b131a960059007)) |
| 44 | + |
25 | 45 |
|
26 | 46 | ### Features |
27 | 47 |
|
28 | | -- support changelog preset ([#28](https://github.com/varletjs/release/issues/28)) ([9daf25c](https://github.com/varletjs/release/commit/9daf25cf58bfb55034118344f8c900d3f1e58820)) |
| 48 | +* support changelog preset ([#28](https://github.com/varletjs/release/issues/28)) ([9daf25c](https://github.com/varletjs/release/commit/9daf25cf58bfb55034118344f8c900d3f1e58820)) |
| 49 | + |
| 50 | + |
29 | 51 |
|
30 | 52 | ## [0.3.2](https://github.com/varletjs/release/compare/v0.3.1...v0.3.2) (2024-12-24) |
31 | 53 |
|
| 54 | + |
32 | 55 | ### Bug Fixes |
33 | 56 |
|
34 | | -- skip confirm registry when skipNpmPublish is true ([#23](https://github.com/varletjs/release/issues/23)) ([ea20a40](https://github.com/varletjs/release/commit/ea20a40c191ba62c96b7e9c1522c3adb0ad42ccf)) |
| 57 | +* skip confirm registry when skipNpmPublish is true ([#23](https://github.com/varletjs/release/issues/23)) ([ea20a40](https://github.com/varletjs/release/commit/ea20a40c191ba62c96b7e9c1522c3adb0ad42ccf)) |
| 58 | + |
35 | 59 |
|
36 | 60 | ### Code Refactoring |
37 | 61 |
|
38 | | -- optimize code ([#18](https://github.com/varletjs/release/issues/18)) ([b732aa2](https://github.com/varletjs/release/commit/b732aa2f4fd31945bc19fe906dcb1754145ea566)) |
39 | | -- optimize version reading code ([#21](https://github.com/varletjs/release/issues/21)) ([4c3c25d](https://github.com/varletjs/release/commit/4c3c25d19537246ec6c934f6e9086ea6fb833414)) |
| 62 | +* optimize code ([#18](https://github.com/varletjs/release/issues/18)) ([b732aa2](https://github.com/varletjs/release/commit/b732aa2f4fd31945bc19fe906dcb1754145ea566)) |
| 63 | +* optimize version reading code ([#21](https://github.com/varletjs/release/issues/21)) ([4c3c25d](https://github.com/varletjs/release/commit/4c3c25d19537246ec6c934f6e9086ea6fb833414)) |
| 64 | + |
| 65 | + |
40 | 66 |
|
41 | 67 | ## [0.3.1](https://github.com/varletjs/release/compare/v0.3.0...v0.3.1) (2024-11-02) |
42 | 68 |
|
| 69 | + |
43 | 70 | ### Code Refactoring |
44 | 71 |
|
45 | | -- optimize release type order ([#13](https://github.com/varletjs/release/issues/13)) ([8b5b017](https://github.com/varletjs/release/commit/8b5b0178d93753071349b9ef29641db5da8b1f3a)) |
| 72 | +* optimize release type order ([#13](https://github.com/varletjs/release/issues/13)) ([8b5b017](https://github.com/varletjs/release/commit/8b5b0178d93753071349b9ef29641db5da8b1f3a)) |
| 73 | + |
| 74 | + |
46 | 75 |
|
47 | 76 | # [0.3.0](https://github.com/varletjs/release/compare/v0.2.11...v0.3.0) (2024-10-26) |
48 | 77 |
|
| 78 | + |
49 | 79 | ### Code Refactoring |
50 | 80 |
|
51 | | -- migrate from inquirer to @inquirer/prompts ([#9](https://github.com/varletjs/release/issues/9)) ([97f7282](https://github.com/varletjs/release/commit/97f7282cdd62cb51d79ad419396b7de7403b1594)) |
52 | | -- release process for error handling ([93bd80a](https://github.com/varletjs/release/commit/93bd80ab6cc69cc5254b8c64587b18df3e84d643)) |
| 81 | +* migrate from inquirer to @inquirer/prompts ([#9](https://github.com/varletjs/release/issues/9)) ([97f7282](https://github.com/varletjs/release/commit/97f7282cdd62cb51d79ad419396b7de7403b1594)) |
| 82 | +* release process for error handling ([93bd80a](https://github.com/varletjs/release/commit/93bd80ab6cc69cc5254b8c64587b18df3e84d643)) |
| 83 | + |
53 | 84 |
|
54 | 85 | ### Features |
55 | 86 |
|
56 | | -- support viewing current version ([#12](https://github.com/varletjs/release/issues/12)) ([daf30da](https://github.com/varletjs/release/commit/daf30da9c3004074861915f19d4f28594551a672)) |
| 87 | +* support viewing current version ([#12](https://github.com/varletjs/release/issues/12)) ([daf30da](https://github.com/varletjs/release/commit/daf30da9c3004074861915f19d4f28594551a672)) |
| 88 | + |
| 89 | + |
57 | 90 |
|
58 | 91 | ## [0.2.11](https://github.com/varletjs/release/compare/v0.2.10...v0.2.11) (2024-07-16) |
59 | 92 |
|
| 93 | + |
60 | 94 | ### Features |
61 | 95 |
|
62 | | -- update release task function to accept version parameters ([e2b6ead](https://github.com/varletjs/release/commit/e2b6eadc3b2c9de5aa4341ee48ff21264c2c3a26)) |
| 96 | +* update release task function to accept version parameters ([e2b6ead](https://github.com/varletjs/release/commit/e2b6eadc3b2c9de5aa4341ee48ff21264c2c3a26)) |
| 97 | + |
| 98 | + |
63 | 99 |
|
64 | 100 | ## [0.2.10](https://github.com/varletjs/release/compare/v0.2.9...v0.2.10) (2024-04-26) |
65 | 101 |
|
| 102 | + |
66 | 103 | ### Features |
67 | 104 |
|
68 | | -- add remote version check to release ([9136d75](https://github.com/varletjs/release/commit/9136d7529d970e1238ec9516879b841f9ba4329d)) |
| 105 | +* add remote version check to release ([9136d75](https://github.com/varletjs/release/commit/9136d7529d970e1238ec9516879b841f9ba4329d)) |
| 106 | + |
| 107 | + |
69 | 108 |
|
70 | 109 | ## [0.2.9](https://github.com/varletjs/release/compare/v0.2.8...v0.2.9) (2024-04-21) |
71 | 110 |
|
| 111 | + |
72 | 112 | ### Features |
73 | 113 |
|
74 | | -- ensure commit message path is provided for commit linting ([0eca4a1](https://github.com/varletjs/release/commit/0eca4a1cf0a600c96c805976988e9269233860a9)) |
| 114 | +* ensure commit message path is provided for commit linting ([0eca4a1](https://github.com/varletjs/release/commit/0eca4a1cf0a600c96c805976988e9269233860a9)) |
| 115 | + |
| 116 | + |
75 | 117 |
|
76 | 118 | ## [0.2.8](https://github.com/varletjs/release/compare/v0.2.7...v0.2.8) (2024-04-09) |
77 | 119 |
|
| 120 | + |
78 | 121 | ### Code Refactoring |
79 | 122 |
|
80 | | -- remove useless characters ([3e0285b](https://github.com/varletjs/release/commit/3e0285b4eb70ddcd6afe201b8f8437c98c297994)) |
| 123 | +* remove useless characters ([3e0285b](https://github.com/varletjs/release/commit/3e0285b4eb70ddcd6afe201b8f8437c98c297994)) |
| 124 | + |
| 125 | + |
81 | 126 |
|
82 | 127 | ## [0.2.7](https://github.com/varletjs/release/compare/v0.2.6...v0.2.7) (2024-04-01) |
83 | 128 |
|
| 129 | + |
84 | 130 | ### Features |
85 | 131 |
|
86 | | -- multiple version confirmation is supported ([#6](https://github.com/varletjs/release/issues/6)) ([ba9ed65](https://github.com/varletjs/release/commit/ba9ed653cae7320dfe2f6c8d9de2f24ca93ef133)) |
| 132 | +* multiple version confirmation is supported ([#6](https://github.com/varletjs/release/issues/6)) ([ba9ed65](https://github.com/varletjs/release/commit/ba9ed653cae7320dfe2f6c8d9de2f24ca93ef133)) |
| 133 | + |
| 134 | + |
87 | 135 |
|
88 | 136 | ## [0.2.6](https://github.com/varletjs/release/compare/v0.2.5...v0.2.6) (2024-03-22) |
89 | 137 |
|
| 138 | + |
90 | 139 | ### Features |
91 | 140 |
|
92 | | -- **commitLint:** add merge and wip type ([#5](https://github.com/varletjs/release/issues/5)) ([026a51e](https://github.com/varletjs/release/commit/026a51e62fafe5391d3c9b1320ae33f76ea0d961)) |
| 141 | +* **commitLint:** add merge and wip type ([#5](https://github.com/varletjs/release/issues/5)) ([026a51e](https://github.com/varletjs/release/commit/026a51e62fafe5391d3c9b1320ae33f76ea0d961)) |
| 142 | + |
| 143 | + |
93 | 144 |
|
94 | 145 | ## [0.2.5](https://github.com/varletjs/release/compare/v0.2.4...v0.2.5) (2024-02-19) |
95 | 146 |
|
| 147 | + |
96 | 148 | ### Bug Fixes |
97 | 149 |
|
98 | | -- fix tag order ([661cfcc](https://github.com/varletjs/release/commit/661cfccab9aa771d1b196219b525b78ead110478)) |
| 150 | +* fix tag order ([661cfcc](https://github.com/varletjs/release/commit/661cfccab9aa771d1b196219b525b78ead110478)) |
| 151 | + |
| 152 | + |
99 | 153 |
|
100 | 154 | ## [0.2.4](https://github.com/varletjs/release/compare/v0.2.3...v0.2.4) (2024-02-19) |
101 | 155 |
|
| 156 | + |
102 | 157 | ### Features |
103 | 158 |
|
104 | | -- support npmTag ([74a0c9a](https://github.com/varletjs/release/commit/74a0c9a235e97b8c1ed167faea54184fe7dfda48)) |
| 159 | +* support npmTag ([74a0c9a](https://github.com/varletjs/release/commit/74a0c9a235e97b8c1ed167faea54184fe7dfda48)) |
| 160 | + |
| 161 | + |
105 | 162 |
|
106 | 163 | ## [0.2.3](https://github.com/varletjs/release/compare/v0.2.2...v0.2.3) (2024-01-30) |
107 | 164 |
|
| 165 | + |
108 | 166 | ### Features |
109 | 167 |
|
110 | | -- Check if the npm package has a remote version ([#4](https://github.com/varletjs/release/issues/4)) ([88eab2d](https://github.com/varletjs/release/commit/88eab2d450681e05281a383224a75587520e3a77)) |
111 | | -- support --skip-changelog ([3856b4a](https://github.com/varletjs/release/commit/3856b4a41f5152d9ad3eb0c49673416c1228bbbb)) |
| 168 | +* Check if the npm package has a remote version ([#4](https://github.com/varletjs/release/issues/4)) ([88eab2d](https://github.com/varletjs/release/commit/88eab2d450681e05281a383224a75587520e3a77)) |
| 169 | +* support --skip-changelog ([3856b4a](https://github.com/varletjs/release/commit/3856b4a41f5152d9ad3eb0c49673416c1228bbbb)) |
| 170 | + |
| 171 | + |
112 | 172 |
|
113 | 173 | ## [0.2.2](https://github.com/varletjs/release/compare/v0.2.1...v0.2.2) (2024-01-25) |
114 | 174 |
|
| 175 | + |
115 | 176 | ### Bug Fixes |
116 | 177 |
|
117 | | -- fix skip git tag command error ([892d771](https://github.com/varletjs/release/commit/892d7712e57383eca8e291c02eed48afae564b9f)) |
| 178 | +* fix skip git tag command error ([892d771](https://github.com/varletjs/release/commit/892d7712e57383eca8e291c02eed48afae564b9f)) |
| 179 | + |
| 180 | + |
118 | 181 |
|
119 | 182 | ## [0.2.1](https://github.com/varletjs/release/compare/v0.2.0...v0.2.1) (2024-01-25) |
120 | 183 |
|
| 184 | + |
121 | 185 | ### Features |
122 | 186 |
|
123 | | -- support --skip-git-tag ([6e59690](https://github.com/varletjs/release/commit/6e596905437c4d08a31577690d08a5dbdc0d0007)) |
| 187 | +* support --skip-git-tag ([6e59690](https://github.com/varletjs/release/commit/6e596905437c4d08a31577690d08a5dbdc0d0007)) |
| 188 | + |
| 189 | + |
124 | 190 |
|
125 | 191 | # [0.2.0](https://github.com/varletjs/release/compare/v0.1.2...v0.2.0) (2024-01-23) |
126 | 192 |
|
| 193 | + |
127 | 194 | ### Features |
128 | 195 |
|
129 | | -- **release:** implement CI pipeline for automated npm package publishing ([#3](https://github.com/varletjs/release/issues/3)) ([b038c0f](https://github.com/varletjs/release/commit/b038c0fd966b8764beacc8c45d2b96dbbceae62b)) |
| 196 | +* **release:** implement CI pipeline for automated npm package publishing ([#3](https://github.com/varletjs/release/issues/3)) ([b038c0f](https://github.com/varletjs/release/commit/b038c0fd966b8764beacc8c45d2b96dbbceae62b)) |
| 197 | + |
| 198 | + |
130 | 199 |
|
131 | 200 | ## [0.1.2](https://github.com/varletjs/release/compare/v0.1.1...v0.1.2) (2023-12-13) |
132 | 201 |
|
| 202 | + |
| 203 | + |
133 | 204 | ## [0.1.1](https://github.com/varletjs/release/compare/v0.1.0...v0.1.1) (2023-12-13) |
134 | 205 |
|
| 206 | + |
135 | 207 | ### Code Refactoring |
136 | 208 |
|
137 | | -- uniform parameter name ([81c5504](https://github.com/varletjs/release/commit/81c5504af5ac550a24ac351baf50d702fc192927)) |
| 209 | +* uniform parameter name ([81c5504](https://github.com/varletjs/release/commit/81c5504af5ac550a24ac351baf50d702fc192927)) |
| 210 | + |
| 211 | + |
138 | 212 |
|
139 | 213 | # [0.1.0](https://github.com/varletjs/release/compare/v0.0.5...v0.1.0) (2023-12-12) |
140 | 214 |
|
| 215 | + |
141 | 216 | ### Code Refactoring |
142 | 217 |
|
143 | | -- optimize command parameters ([76aab5d](https://github.com/varletjs/release/commit/76aab5d185a71d46ce7820b5a50b587ba6c5ae97)) |
| 218 | +* optimize command parameters ([76aab5d](https://github.com/varletjs/release/commit/76aab5d185a71d46ce7820b5a50b587ba6c5ae97)) |
| 219 | + |
144 | 220 |
|
145 | 221 | ### Features |
146 | 222 |
|
147 | | -- add custom regex validation and error message display ([f6dc9c3](https://github.com/varletjs/release/commit/f6dc9c3ebb05af25d3aa01ce2a51c776daeac7c9)) |
| 223 | +* add custom regex validation and error message display ([f6dc9c3](https://github.com/varletjs/release/commit/f6dc9c3ebb05af25d3aa01ce2a51c776daeac7c9)) |
| 224 | + |
| 225 | + |
148 | 226 |
|
149 | 227 | ## [0.0.5](https://github.com/varletjs/release/compare/v0.0.4...v0.0.5) (2023-12-07) |
150 | 228 |
|
| 229 | + |
151 | 230 | ### Features |
152 | 231 |
|
153 | | -- expose more functions ([7895689](https://github.com/varletjs/release/commit/7895689306a73d5ef3b59e4759e2a603b47a40a7)) |
| 232 | +* expose more functions ([7895689](https://github.com/varletjs/release/commit/7895689306a73d5ef3b59e4759e2a603b47a40a7)) |
| 233 | + |
| 234 | + |
154 | 235 |
|
155 | 236 | ## [0.0.4](https://github.com/varletjs/release/compare/v0.0.3...v0.0.4) (2023-12-07) |
156 | 237 |
|
| 238 | + |
157 | 239 | ### Features |
158 | 240 |
|
159 | | -- support lint commit message ([e3200b2](https://github.com/varletjs/release/commit/e3200b2795a93213eab75af68674b1a6ea5327cf)) |
| 241 | +* support lint commit message ([e3200b2](https://github.com/varletjs/release/commit/e3200b2795a93213eab75af68674b1a6ea5327cf)) |
| 242 | + |
| 243 | + |
160 | 244 |
|
161 | 245 | ## [0.0.3](https://github.com/varletjs/release/compare/v0.0.2...v0.0.3) (2023-11-17) |
162 | 246 |
|
| 247 | + |
163 | 248 | ### Bug Fixes |
164 | 249 |
|
165 | | -- fix logger ([3728d8d](https://github.com/varletjs/release/commit/3728d8d36809c4eb6ef49017c146f5763ec69237)) |
166 | | -- fix restore error ([1485b38](https://github.com/varletjs/release/commit/1485b3830056e8e27fb3cedc0100e0db08727056)) |
| 250 | +* fix logger ([3728d8d](https://github.com/varletjs/release/commit/3728d8d36809c4eb6ef49017c146f5763ec69237)) |
| 251 | +* fix restore error ([1485b38](https://github.com/varletjs/release/commit/1485b3830056e8e27fb3cedc0100e0db08727056)) |
| 252 | + |
| 253 | + |
167 | 254 |
|
168 | 255 | ## [0.0.2](https://github.com/varletjs/release/compare/v0.0.1...v0.0.2) (2023-11-15) |
169 | 256 |
|
| 257 | + |
170 | 258 | ### Features |
171 | 259 |
|
172 | | -- remove feature one-time password ([c92c5a0](https://github.com/varletjs/release/commit/c92c5a07cfab6e7a3c4fde7963b4a7a536b23acc)) |
| 260 | +* remove feature one-time password ([c92c5a0](https://github.com/varletjs/release/commit/c92c5a07cfab6e7a3c4fde7963b4a7a536b23acc)) |
| 261 | + |
| 262 | + |
173 | 263 |
|
174 | 264 | ## [0.0.1](https://github.com/varletjs/release/compare/15e865524628c2dd7db31de8c3052a6f1e3d2276...v0.0.1) (2023-11-14) |
175 | 265 |
|
| 266 | + |
176 | 267 | ### Code Refactoring |
177 | 268 |
|
178 | | -- optimization flow ([6122090](https://github.com/varletjs/release/commit/61220901994191deaf1f790c8a2568362c7d3c3e)) |
| 269 | +* optimization flow ([6122090](https://github.com/varletjs/release/commit/61220901994191deaf1f790c8a2568362c7d3c3e)) |
| 270 | + |
179 | 271 |
|
180 | 272 | ### Features |
181 | 273 |
|
182 | | -- command option add one-time password ([b06fc89](https://github.com/varletjs/release/commit/b06fc893e9c05985fd65bc814e2c33851144c497)) |
183 | | -- init ([15e8655](https://github.com/varletjs/release/commit/15e865524628c2dd7db31de8c3052a6f1e3d2276)) |
| 274 | +* command option add one-time password ([b06fc89](https://github.com/varletjs/release/commit/b06fc893e9c05985fd65bc814e2c33851144c497)) |
| 275 | +* init ([15e8655](https://github.com/varletjs/release/commit/15e865524628c2dd7db31de8c3052a6f1e3d2276)) |
| 276 | + |
| 277 | + |
| 278 | + |
0 commit comments