Skip to content

Commit 0bc7bfa

Browse files
committed
chore(release): v6.0.0
1 parent 762b65a commit 0bc7bfa

File tree

2 files changed

+43
-2
lines changed

2 files changed

+43
-2
lines changed

Diff for: CHANGELOG.md

+41
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,47 @@
22

33
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.
44

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+
- Joshua Chen <[email protected]>
43+
- Rafał Chłodnicki ([@rchl](https://github.com/rchl))
44+
- Nozomu Ikuta <[email protected]>
45+
546
### [5.0.2](https://github.com/unjs/webpackbar/compare/v5.0.1...v5.0.2) (2021-11-05)
647

748
### Bug Fixes

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webpackbar",
3-
"version": "5.0.2",
3+
"version": "6.0.0",
44
"description": "Elegant ProgressBar and Profiler for Webpack",
55
"repository": "unjs/webpackbar",
66
"license": "MIT",
@@ -60,4 +60,4 @@
6060
"engines": {
6161
"node": ">=14.21.3"
6262
}
63-
}
63+
}

0 commit comments

Comments
 (0)