diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e25bd4..1999424 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.7](https://github.com/scratchfoundation/eslint-config-scratch/compare/v9.0.6...v9.0.7) (2024-02-22) + + +### Bug Fixes + +* **deps:** update dependency scratch-semantic-release-config to v1.0.13 ([5e5c2f4](https://github.com/scratchfoundation/eslint-config-scratch/commit/5e5c2f4b92c2029cf007647e05a40b876b6c7e7d)) + ## [9.0.6](https://github.com/scratchfoundation/eslint-config-scratch/compare/v9.0.5...v9.0.6) (2024-02-22) diff --git a/package-lock.json b/package-lock.json index 72713ac..15239e9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eslint-config-scratch", - "version": "9.0.6", + "version": "9.0.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "eslint-config-scratch", - "version": "9.0.6", + "version": "9.0.7", "license": "BSD-3-Clause", "devDependencies": { "@babel/eslint-parser": "7.23.10", diff --git a/package.json b/package.json index 5ac704c..c4cd66f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-scratch", - "version": "9.0.6", + "version": "9.0.7", "description": "Shareable ESLint config for Scratch", "main": "index.js", "scripts": {