diff --git a/CHANGELOG.md b/CHANGELOG.md index cb33a491..5aa5355d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.0.1-beta.2](https://github.com/nugit/eslint-config-nugit/compare/v4.0.1-beta.1...v4.0.1-beta.2) (2024-06-10) + + +### Bug Fixes + +* bump @babel/preset-env from 7.24.6 to 7.24.7 ([7ce4b63](https://github.com/nugit/eslint-config-nugit/commit/7ce4b63c7b6a4f87e9f2972573acffbdfb146f65)) + ## [4.0.1-beta.1](https://github.com/nugit/eslint-config-nugit/compare/v4.0.0...v4.0.1-beta.1) (2024-06-10) diff --git a/package.json b/package.json index 513e2559..482c538a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-nugit", - "version": "4.0.1-beta.1", + "version": "4.0.1-beta.2", "description": "Nugit's JS ESLint config, following our styleguide", "main": "index.js", "scripts": {