diff --git a/CHANGELOG.md b/CHANGELOG.md index ee22e7fb..0ccab8b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.0.1-beta.7](https://github.com/nugit/eslint-config-nugit/compare/v4.0.1-beta.6...v4.0.1-beta.7) (2024-08-26) + + +### Bug Fixes + +* bump @babel/preset-env from 7.25.3 to 7.25.4 ([ce8a720](https://github.com/nugit/eslint-config-nugit/commit/ce8a7209fbbd534127ef467d77dd3e179d6523ea)) + ## [4.0.1-beta.6](https://github.com/nugit/eslint-config-nugit/compare/v4.0.1-beta.5...v4.0.1-beta.6) (2024-08-05) diff --git a/package.json b/package.json index 4a191880..a6793b68 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-nugit", - "version": "4.0.1-beta.6", + "version": "4.0.1-beta.7", "description": "Nugit's JS ESLint config, following our styleguide", "main": "index.js", "scripts": {