File tree 2 files changed +43
-2
lines changed
2 files changed +43
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file. See [ standard-version] ( https://github.com/conventional-changelog/standard-version ) for commit guidelines.
4
4
5
+ ## v6.0.0
6
+
7
+ [ compare changes] ( https://github.com/unjs/webpackbar/compare/v5.0.2...v6.0.0 )
8
+
9
+ ### 🩹 Fixes
10
+
11
+ - Typo in ci test config ([ c3471a1] ( https://github.com/unjs/webpackbar/commit/c3471a1 ) )
12
+ - Typo in ci test config ([ 758143b] ( https://github.com/unjs/webpackbar/commit/758143b ) )
13
+ - Automatically add ` profile ` reporter when ` profile ` option enabled ([ #94 ] ( https://github.com/unjs/webpackbar/pull/94 ) )
14
+
15
+ ### 💅 Refactors
16
+
17
+ - ⚠️ Update repo ([ e7d217c] ( https://github.com/unjs/webpackbar/commit/e7d217c ) )
18
+
19
+ ### 📦 Build
20
+
21
+ - Add types export conditions ([ #108 ] ( https://github.com/unjs/webpackbar/pull/108 ) )
22
+ - Downgrade cjs-incompatible dependencies ([ e24d1cd] ( https://github.com/unjs/webpackbar/commit/e24d1cd ) )
23
+
24
+ ### 🏡 Chore
25
+
26
+ - Update renovate config ([ cf4f93b] ( https://github.com/unjs/webpackbar/commit/cf4f93b ) )
27
+ - ** deps:** ⚠️ Upgrade consola to v3 and minimum node version ([ #128 ] ( https://github.com/unjs/webpackbar/pull/128 ) )
28
+ - Update dependencies ([ 02609e8] ( https://github.com/unjs/webpackbar/commit/02609e8 ) )
29
+
30
+ ### 🤖 CI
31
+
32
+ - Remove type test step ([ 95ec6d9] ( https://github.com/unjs/webpackbar/commit/95ec6d9 ) )
33
+
34
+ #### ⚠️ Breaking Changes
35
+
36
+ - ⚠️ Update repo ([ e7d217c] ( https://github.com/unjs/webpackbar/commit/e7d217c ) )
37
+ - ** deps:** ⚠️ Upgrade consola to v3 and minimum node version ([ #128 ] ( https://github.com/unjs/webpackbar/pull/128 ) )
38
+
39
+ ### ❤️ Contributors
40
+
41
+ - Pooya Parsa ([ @pi0 ] ( https://github.com/pi0 ) )
42
+
43
+ - Rafał Chłodnicki ([ @rchl ] ( https://github.com/rchl ) )
44
+ - Nozomu Ikuta <
[email protected] >
45
+
5
46
### [ 5.0.2] ( https://github.com/unjs/webpackbar/compare/v5.0.1...v5.0.2 ) (2021-11-05)
6
47
7
48
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " webpackbar" ,
3
- "version" : " 5 .0.2 " ,
3
+ "version" : " 6 .0.0 " ,
4
4
"description" : " Elegant ProgressBar and Profiler for Webpack" ,
5
5
"repository" : " unjs/webpackbar" ,
6
6
"license" : " MIT" ,
60
60
"engines" : {
61
61
"node" : " >=14.21.3"
62
62
}
63
- }
63
+ }
You can’t perform that action at this time.
0 commit comments