diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fc7c54..462b549 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.5](https://github.com/scratchfoundation/eslint-config-scratch/compare/v9.0.4...v9.0.5) (2024-02-22) + + +### Bug Fixes + +* **deps:** update dependency scratch-semantic-release-config to v1.0.11 ([a8dd4a9](https://github.com/scratchfoundation/eslint-config-scratch/commit/a8dd4a9bebc9fd21a2b8b983fa71a5c8bf665d12)) + ## [9.0.4](https://github.com/scratchfoundation/eslint-config-scratch/compare/v9.0.3...v9.0.4) (2024-02-21) diff --git a/package-lock.json b/package-lock.json index c18d646..c85edd6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eslint-config-scratch", - "version": "9.0.4", + "version": "9.0.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "eslint-config-scratch", - "version": "9.0.4", + "version": "9.0.5", "license": "BSD-3-Clause", "devDependencies": { "@babel/eslint-parser": "7.23.10", diff --git a/package.json b/package.json index 888589b..6b3b32e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-scratch", - "version": "9.0.4", + "version": "9.0.5", "description": "Shareable ESLint config for Scratch", "main": "index.js", "scripts": {