From 3d15e2b4f9691baab3b80feb337027d1857e8094 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 29 Apr 2024 23:43:55 +0000 Subject: [PATCH] chore(release): 3.0.0-beta.38 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb31ce19..0136476c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.0.0-beta.38](https://github.com/nugit/eslint-config-nugit/compare/v3.0.0-beta.37...v3.0.0-beta.38) (2024-04-29) + + +### Bug Fixes + +* bump @babel/preset-env from 7.24.4 to 7.24.5 ([2245797](https://github.com/nugit/eslint-config-nugit/commit/224579734703207c1f42101c14d0bd04aa22a70a)) + # [3.0.0-beta.37](https://github.com/nugit/eslint-config-nugit/compare/v3.0.0-beta.36...v3.0.0-beta.37) (2024-04-08) diff --git a/package.json b/package.json index 5e92d7cf..54e7b870 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-nugit", - "version": "3.0.0-beta.37", + "version": "3.0.0-beta.38", "description": "Nugit's JS ESLint config, following our styleguide", "main": "index.js", "scripts": {