|
| 1 | +## [0.4.1](https://github.com/varletjs/release/compare/v0.4.0...v0.4.1) (2025-05-21) |
| 2 | + |
| 3 | +### Features |
| 4 | + |
| 5 | +- **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)) |
| 6 | + |
1 | 7 | # [0.4.0](https://github.com/varletjs/release/compare/v0.3.3...v0.4.0) (2025-05-20) |
2 | 8 |
|
3 | 9 | ### Features |
4 | 10 |
|
5 | | -- **changelog:** add writerOpts to customize commit type transformations (#31) ([](https://github.com/varletjs/release/commit/c682b35b431becc7aa6c06e742ca550cbd88125e)), closes [#31](https://github.com/varletjs/release/issues/31) |
6 | | -- replace custom logger with rslog (#29) ([](https://github.com/varletjs/release/commit/258e786c7a26095dd87e80c532192202e6e68326)), closes [#29](https://github.com/varletjs/release/issues/29) |
| 11 | +- **changelog:** add writerOpts to customize commit type transformations ([#31](https://github.com/varletjs/release/issues/31)) ([c682b35](https://github.com/varletjs/release/commit/c682b35b431becc7aa6c06e742ca550cbd88125e)) |
| 12 | +- replace custom logger with rslog ([#29](https://github.com/varletjs/release/issues/29)) ([258e786](https://github.com/varletjs/release/commit/258e786c7a26095dd87e80c532192202e6e68326)) |
7 | 13 |
|
8 | 14 | ## [0.3.3](https://github.com/varletjs/release/compare/v0.3.2...v0.3.3) (2025-01-15) |
9 | 15 |
|
10 | | -### Features |
| 16 | +### Code Refactoring |
11 | 17 |
|
12 | | -- support changelog preset (#28) ([](https://github.com/varletjs/release/commit/9daf25cf58bfb55034118344f8c900d3f1e58820)), closes [#28](https://github.com/varletjs/release/issues/28) |
| 18 | +- remove unused title function ([#24](https://github.com/varletjs/release/issues/24)) ([ac37481](https://github.com/varletjs/release/commit/ac37481d8257585d73fa14deb2b131a960059007)) |
13 | 19 |
|
14 | | -### Refactor |
| 20 | +### Features |
15 | 21 |
|
16 | | -- remove unused title function (#24) ([](https://github.com/varletjs/release/commit/ac37481d8257585d73fa14deb2b131a960059007)), closes [#24](https://github.com/varletjs/release/issues/24) |
| 22 | +- support changelog preset ([#28](https://github.com/varletjs/release/issues/28)) ([9daf25c](https://github.com/varletjs/release/commit/9daf25cf58bfb55034118344f8c900d3f1e58820)) |
17 | 23 |
|
18 | 24 | ## [0.3.2](https://github.com/varletjs/release/compare/v0.3.1...v0.3.2) (2024-12-24) |
19 | 25 |
|
20 | 26 | ### Bug Fixes |
21 | 27 |
|
22 | | -- skip confirm registry when skipNpmPublish is true (#23) ([](https://github.com/varletjs/release/commit/ea20a40c191ba62c96b7e9c1522c3adb0ad42ccf)), closes [#23](https://github.com/varletjs/release/issues/23) |
| 28 | +- skip confirm registry when skipNpmPublish is true ([#23](https://github.com/varletjs/release/issues/23)) ([ea20a40](https://github.com/varletjs/release/commit/ea20a40c191ba62c96b7e9c1522c3adb0ad42ccf)) |
23 | 29 |
|
24 | | -### Refactor |
| 30 | +### Code Refactoring |
25 | 31 |
|
26 | | -- optimize code (#18) ([](https://github.com/varletjs/release/commit/b732aa2f4fd31945bc19fe906dcb1754145ea566)), closes [#18](https://github.com/varletjs/release/issues/18) |
27 | | -- optimize version reading code (#21) ([](https://github.com/varletjs/release/commit/4c3c25d19537246ec6c934f6e9086ea6fb833414)), closes [#21](https://github.com/varletjs/release/issues/21) |
| 32 | +- optimize code ([#18](https://github.com/varletjs/release/issues/18)) ([b732aa2](https://github.com/varletjs/release/commit/b732aa2f4fd31945bc19fe906dcb1754145ea566)) |
| 33 | +- optimize version reading code ([#21](https://github.com/varletjs/release/issues/21)) ([4c3c25d](https://github.com/varletjs/release/commit/4c3c25d19537246ec6c934f6e9086ea6fb833414)) |
28 | 34 |
|
29 | 35 | ## [0.3.1](https://github.com/varletjs/release/compare/v0.3.0...v0.3.1) (2024-11-02) |
30 | 36 |
|
31 | | -### Refactor |
| 37 | +### Code Refactoring |
32 | 38 |
|
33 | | -- optimize release type order (#13) ([](https://github.com/varletjs/release/commit/8b5b0178d93753071349b9ef29641db5da8b1f3a)), closes [#13](https://github.com/varletjs/release/issues/13) |
| 39 | +- optimize release type order ([#13](https://github.com/varletjs/release/issues/13)) ([8b5b017](https://github.com/varletjs/release/commit/8b5b0178d93753071349b9ef29641db5da8b1f3a)) |
34 | 40 |
|
35 | 41 | # [0.3.0](https://github.com/varletjs/release/compare/v0.2.11...v0.3.0) (2024-10-26) |
36 | 42 |
|
37 | | -### Features |
| 43 | +### Code Refactoring |
38 | 44 |
|
39 | | -- support viewing current version (#12) ([](https://github.com/varletjs/release/commit/daf30da9c3004074861915f19d4f28594551a672)), closes [#12](https://github.com/varletjs/release/issues/12) |
| 45 | +- migrate from inquirer to @inquirer/prompts ([#9](https://github.com/varletjs/release/issues/9)) ([97f7282](https://github.com/varletjs/release/commit/97f7282cdd62cb51d79ad419396b7de7403b1594)) |
| 46 | +- release process for error handling ([93bd80a](https://github.com/varletjs/release/commit/93bd80ab6cc69cc5254b8c64587b18df3e84d643)) |
40 | 47 |
|
41 | | -### Refactor |
| 48 | +### Features |
42 | 49 |
|
43 | | -- migrate from inquirer to @inquirer/prompts (#9) ([](https://github.com/varletjs/release/commit/97f7282cdd62cb51d79ad419396b7de7403b1594)), closes [#9](https://github.com/varletjs/release/issues/9) |
44 | | -- release process for error handling ([](https://github.com/varletjs/release/commit/93bd80ab6cc69cc5254b8c64587b18df3e84d643)) |
| 50 | +- support viewing current version ([#12](https://github.com/varletjs/release/issues/12)) ([daf30da](https://github.com/varletjs/release/commit/daf30da9c3004074861915f19d4f28594551a672)) |
45 | 51 |
|
46 | 52 | ## [0.2.11](https://github.com/varletjs/release/compare/v0.2.10...v0.2.11) (2024-07-16) |
47 | 53 |
|
48 | 54 | ### Features |
49 | 55 |
|
50 | | -- update release task function to accept version parameters ([](https://github.com/varletjs/release/commit/e2b6eadc3b2c9de5aa4341ee48ff21264c2c3a26)) |
| 56 | +- update release task function to accept version parameters ([e2b6ead](https://github.com/varletjs/release/commit/e2b6eadc3b2c9de5aa4341ee48ff21264c2c3a26)) |
51 | 57 |
|
52 | 58 | ## [0.2.10](https://github.com/varletjs/release/compare/v0.2.9...v0.2.10) (2024-04-26) |
53 | 59 |
|
54 | 60 | ### Features |
55 | 61 |
|
56 | | -- add remote version check to release ([](https://github.com/varletjs/release/commit/9136d7529d970e1238ec9516879b841f9ba4329d)) |
| 62 | +- add remote version check to release ([9136d75](https://github.com/varletjs/release/commit/9136d7529d970e1238ec9516879b841f9ba4329d)) |
57 | 63 |
|
58 | 64 | ## [0.2.9](https://github.com/varletjs/release/compare/v0.2.8...v0.2.9) (2024-04-21) |
59 | 65 |
|
60 | 66 | ### Features |
61 | 67 |
|
62 | | -- ensure commit message path is provided for commit linting ([](https://github.com/varletjs/release/commit/0eca4a1cf0a600c96c805976988e9269233860a9)) |
| 68 | +- ensure commit message path is provided for commit linting ([0eca4a1](https://github.com/varletjs/release/commit/0eca4a1cf0a600c96c805976988e9269233860a9)) |
63 | 69 |
|
64 | 70 | ## [0.2.8](https://github.com/varletjs/release/compare/v0.2.7...v0.2.8) (2024-04-09) |
65 | 71 |
|
66 | | -### Refactor |
| 72 | +### Code Refactoring |
67 | 73 |
|
68 | | -- remove useless characters ([](https://github.com/varletjs/release/commit/3e0285b4eb70ddcd6afe201b8f8437c98c297994)) |
| 74 | +- remove useless characters ([3e0285b](https://github.com/varletjs/release/commit/3e0285b4eb70ddcd6afe201b8f8437c98c297994)) |
69 | 75 |
|
70 | 76 | ## [0.2.7](https://github.com/varletjs/release/compare/v0.2.6...v0.2.7) (2024-04-01) |
71 | 77 |
|
72 | 78 | ### Features |
73 | 79 |
|
74 | | -- multiple version confirmation is supported (#6) ([](https://github.com/varletjs/release/commit/ba9ed653cae7320dfe2f6c8d9de2f24ca93ef133)), closes [#6](https://github.com/varletjs/release/issues/6) |
| 80 | +- multiple version confirmation is supported ([#6](https://github.com/varletjs/release/issues/6)) ([ba9ed65](https://github.com/varletjs/release/commit/ba9ed653cae7320dfe2f6c8d9de2f24ca93ef133)) |
75 | 81 |
|
76 | 82 | ## [0.2.6](https://github.com/varletjs/release/compare/v0.2.5...v0.2.6) (2024-03-22) |
77 | 83 |
|
78 | 84 | ### Features |
79 | 85 |
|
80 | | -- **commitLint:** add merge and wip type (#5) ([](https://github.com/varletjs/release/commit/026a51e62fafe5391d3c9b1320ae33f76ea0d961)), closes [#5](https://github.com/varletjs/release/issues/5) |
| 86 | +- **commitLint:** add merge and wip type ([#5](https://github.com/varletjs/release/issues/5)) ([026a51e](https://github.com/varletjs/release/commit/026a51e62fafe5391d3c9b1320ae33f76ea0d961)) |
81 | 87 |
|
82 | 88 | ## [0.2.5](https://github.com/varletjs/release/compare/v0.2.4...v0.2.5) (2024-02-19) |
83 | 89 |
|
84 | 90 | ### Bug Fixes |
85 | 91 |
|
86 | | -- fix tag order ([](https://github.com/varletjs/release/commit/661cfccab9aa771d1b196219b525b78ead110478)) |
| 92 | +- fix tag order ([661cfcc](https://github.com/varletjs/release/commit/661cfccab9aa771d1b196219b525b78ead110478)) |
87 | 93 |
|
88 | 94 | ## [0.2.4](https://github.com/varletjs/release/compare/v0.2.3...v0.2.4) (2024-02-19) |
89 | 95 |
|
90 | 96 | ### Features |
91 | 97 |
|
92 | | -- support npmTag ([](https://github.com/varletjs/release/commit/74a0c9a235e97b8c1ed167faea54184fe7dfda48)) |
| 98 | +- support npmTag ([74a0c9a](https://github.com/varletjs/release/commit/74a0c9a235e97b8c1ed167faea54184fe7dfda48)) |
93 | 99 |
|
94 | 100 | ## [0.2.3](https://github.com/varletjs/release/compare/v0.2.2...v0.2.3) (2024-01-30) |
95 | 101 |
|
96 | 102 | ### Features |
97 | 103 |
|
98 | | -- Check if the npm package has a remote version (#4) ([](https://github.com/varletjs/release/commit/88eab2d450681e05281a383224a75587520e3a77)), closes [#4](https://github.com/varletjs/release/issues/4) |
99 | | -- support --skip-changelog ([](https://github.com/varletjs/release/commit/3856b4a41f5152d9ad3eb0c49673416c1228bbbb)) |
| 104 | +- 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)) |
| 105 | +- support --skip-changelog ([3856b4a](https://github.com/varletjs/release/commit/3856b4a41f5152d9ad3eb0c49673416c1228bbbb)) |
100 | 106 |
|
101 | 107 | ## [0.2.2](https://github.com/varletjs/release/compare/v0.2.1...v0.2.2) (2024-01-25) |
102 | 108 |
|
103 | 109 | ### Bug Fixes |
104 | 110 |
|
105 | | -- fix skip git tag command error ([](https://github.com/varletjs/release/commit/892d7712e57383eca8e291c02eed48afae564b9f)) |
| 111 | +- fix skip git tag command error ([892d771](https://github.com/varletjs/release/commit/892d7712e57383eca8e291c02eed48afae564b9f)) |
106 | 112 |
|
107 | 113 | ## [0.2.1](https://github.com/varletjs/release/compare/v0.2.0...v0.2.1) (2024-01-25) |
108 | 114 |
|
109 | 115 | ### Features |
110 | 116 |
|
111 | | -- support --skip-git-tag ([](https://github.com/varletjs/release/commit/6e596905437c4d08a31577690d08a5dbdc0d0007)) |
| 117 | +- support --skip-git-tag ([6e59690](https://github.com/varletjs/release/commit/6e596905437c4d08a31577690d08a5dbdc0d0007)) |
112 | 118 |
|
113 | 119 | # [0.2.0](https://github.com/varletjs/release/compare/v0.1.2...v0.2.0) (2024-01-23) |
114 | 120 |
|
115 | 121 | ### Features |
116 | 122 |
|
117 | | -- **release:** implement CI pipeline for automated npm package publishing (#3) ([](https://github.com/varletjs/release/commit/b038c0fd966b8764beacc8c45d2b96dbbceae62b)), closes [#3](https://github.com/varletjs/release/issues/3) |
| 123 | +- **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)) |
118 | 124 |
|
119 | 125 | ## [0.1.2](https://github.com/varletjs/release/compare/v0.1.1...v0.1.2) (2023-12-13) |
120 | 126 |
|
121 | 127 | ## [0.1.1](https://github.com/varletjs/release/compare/v0.1.0...v0.1.1) (2023-12-13) |
122 | 128 |
|
123 | | -### Refactor |
| 129 | +### Code Refactoring |
124 | 130 |
|
125 | | -- uniform parameter name ([](https://github.com/varletjs/release/commit/81c5504af5ac550a24ac351baf50d702fc192927)) |
| 131 | +- uniform parameter name ([81c5504](https://github.com/varletjs/release/commit/81c5504af5ac550a24ac351baf50d702fc192927)) |
126 | 132 |
|
127 | 133 | # [0.1.0](https://github.com/varletjs/release/compare/v0.0.5...v0.1.0) (2023-12-12) |
128 | 134 |
|
129 | | -### Features |
| 135 | +### Code Refactoring |
130 | 136 |
|
131 | | -- add custom regex validation and error message display ([](https://github.com/varletjs/release/commit/f6dc9c3ebb05af25d3aa01ce2a51c776daeac7c9)) |
| 137 | +- optimize command parameters ([76aab5d](https://github.com/varletjs/release/commit/76aab5d185a71d46ce7820b5a50b587ba6c5ae97)) |
132 | 138 |
|
133 | | -### Refactor |
| 139 | +### Features |
134 | 140 |
|
135 | | -- optimize command parameters ([](https://github.com/varletjs/release/commit/76aab5d185a71d46ce7820b5a50b587ba6c5ae97)) |
| 141 | +- add custom regex validation and error message display ([f6dc9c3](https://github.com/varletjs/release/commit/f6dc9c3ebb05af25d3aa01ce2a51c776daeac7c9)) |
136 | 142 |
|
137 | 143 | ## [0.0.5](https://github.com/varletjs/release/compare/v0.0.4...v0.0.5) (2023-12-07) |
138 | 144 |
|
139 | 145 | ### Features |
140 | 146 |
|
141 | | -- expose more functions ([](https://github.com/varletjs/release/commit/7895689306a73d5ef3b59e4759e2a603b47a40a7)) |
| 147 | +- expose more functions ([7895689](https://github.com/varletjs/release/commit/7895689306a73d5ef3b59e4759e2a603b47a40a7)) |
142 | 148 |
|
143 | 149 | ## [0.0.4](https://github.com/varletjs/release/compare/v0.0.3...v0.0.4) (2023-12-07) |
144 | 150 |
|
145 | 151 | ### Features |
146 | 152 |
|
147 | | -- support lint commit message ([](https://github.com/varletjs/release/commit/e3200b2795a93213eab75af68674b1a6ea5327cf)) |
| 153 | +- support lint commit message ([e3200b2](https://github.com/varletjs/release/commit/e3200b2795a93213eab75af68674b1a6ea5327cf)) |
148 | 154 |
|
149 | 155 | ## [0.0.3](https://github.com/varletjs/release/compare/v0.0.2...v0.0.3) (2023-11-17) |
150 | 156 |
|
151 | 157 | ### Bug Fixes |
152 | 158 |
|
153 | | -- fix logger ([](https://github.com/varletjs/release/commit/3728d8d36809c4eb6ef49017c146f5763ec69237)) |
154 | | -- fix restore error ([](https://github.com/varletjs/release/commit/1485b3830056e8e27fb3cedc0100e0db08727056)) |
| 159 | +- fix logger ([3728d8d](https://github.com/varletjs/release/commit/3728d8d36809c4eb6ef49017c146f5763ec69237)) |
| 160 | +- fix restore error ([1485b38](https://github.com/varletjs/release/commit/1485b3830056e8e27fb3cedc0100e0db08727056)) |
155 | 161 |
|
156 | 162 | ## [0.0.2](https://github.com/varletjs/release/compare/v0.0.1...v0.0.2) (2023-11-15) |
157 | 163 |
|
158 | 164 | ### Features |
159 | 165 |
|
160 | | -- remove feature one-time password ([](https://github.com/varletjs/release/commit/c92c5a07cfab6e7a3c4fde7963b4a7a536b23acc)) |
| 166 | +- remove feature one-time password ([c92c5a0](https://github.com/varletjs/release/commit/c92c5a07cfab6e7a3c4fde7963b4a7a536b23acc)) |
161 | 167 |
|
162 | 168 | ## [0.0.1](https://github.com/varletjs/release/compare/15e865524628c2dd7db31de8c3052a6f1e3d2276...v0.0.1) (2023-11-14) |
163 | 169 |
|
164 | | -### Features |
| 170 | +### Code Refactoring |
165 | 171 |
|
166 | | -- command option add one-time password ([](https://github.com/varletjs/release/commit/b06fc893e9c05985fd65bc814e2c33851144c497)) |
167 | | -- init ([](https://github.com/varletjs/release/commit/15e865524628c2dd7db31de8c3052a6f1e3d2276)) |
| 172 | +- optimization flow ([6122090](https://github.com/varletjs/release/commit/61220901994191deaf1f790c8a2568362c7d3c3e)) |
168 | 173 |
|
169 | | -### Refactor |
| 174 | +### Features |
170 | 175 |
|
171 | | -- optimization flow ([](https://github.com/varletjs/release/commit/61220901994191deaf1f790c8a2568362c7d3c3e)) |
| 176 | +- command option add one-time password ([b06fc89](https://github.com/varletjs/release/commit/b06fc893e9c05985fd65bc814e2c33851144c497)) |
| 177 | +- init ([15e8655](https://github.com/varletjs/release/commit/15e865524628c2dd7db31de8c3052a6f1e3d2276)) |
0 commit comments