diff --git a/CHANGELOG.md b/CHANGELOG.md index 8482538..503f169 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index cdb2dc7..67f045b 100644 --- a/package.json +++ b/package.json @@ -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", @@ -60,4 +60,4 @@ "engines": { "node": ">=14.21.3" } -} +} \ No newline at end of file