From c206a76d4bd85f52e905e17ee6d5ac6be7923b4e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 21 Feb 2024 18:43:38 +0000 Subject: [PATCH] chore(release): 9.0.4 [skip ci] ## [9.0.4](https://github.com/scratchfoundation/eslint-config-scratch/compare/v9.0.3...v9.0.4) (2024-02-21) ### Bug Fixes * **deps:** update dependency scratch-semantic-release-config to v1.0.10 ([7d54925](https://github.com/scratchfoundation/eslint-config-scratch/commit/7d54925d6fff02699f1690a6596b131083683978)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2e6408..2fc7c54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [9.0.4](https://github.com/scratchfoundation/eslint-config-scratch/compare/v9.0.3...v9.0.4) (2024-02-21) + + +### Bug Fixes + +* **deps:** update dependency scratch-semantic-release-config to v1.0.10 ([7d54925](https://github.com/scratchfoundation/eslint-config-scratch/commit/7d54925d6fff02699f1690a6596b131083683978)) + ## [9.0.3](https://github.com/LLK/eslint-config-scratch/compare/v9.0.2...v9.0.3) (2023-07-01) diff --git a/package-lock.json b/package-lock.json index 5f5aab4..ad3830d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eslint-config-scratch", - "version": "9.0.3", + "version": "9.0.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "eslint-config-scratch", - "version": "9.0.3", + "version": "9.0.4", "license": "BSD-3-Clause", "devDependencies": { "@babel/eslint-parser": "7.23.10", diff --git a/package.json b/package.json index f3e5ea8..50ce3a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-scratch", - "version": "9.0.3", + "version": "9.0.4", "description": "Shareable ESLint config for Scratch", "main": "index.js", "scripts": {