Skip to content

Commit

Permalink
chore(release): v6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Feb 19, 2024
1 parent 70fe050 commit d40b97e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

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.

## v6.0.1

[compare changes](https://github.com/unjs/webpackbar/compare/v6.0.0...v6.0.1)

### 🩹 Fixes

- Node 14 compatibility ([#138](https://github.com/unjs/webpackbar/pull/138))

### 🏡 Chore

- Lint ([f4e5635](https://github.com/unjs/webpackbar/commit/f4e5635))
- Fix eslint rule ([70fe050](https://github.com/unjs/webpackbar/commit/70fe050))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))
- Godky ([@godky](http://github.com/godky))

## v6.0.0

[compare changes](https://github.com/unjs/webpackbar/compare/v5.0.2...v6.0.0)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webpackbar",
"version": "6.0.0",
"version": "6.0.1",
"description": "Elegant ProgressBar and Profiler for Webpack",
"repository": "unjs/webpackbar",
"license": "MIT",
Expand Down Expand Up @@ -60,4 +60,4 @@
"engines": {
"node": ">=14.21.3"
}
}
}

0 comments on commit d40b97e

Please sign in to comment.