diff --git a/CHANGELOG.md b/CHANGELOG.md index 462b549..7e25bd4 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.6](https://github.com/scratchfoundation/eslint-config-scratch/compare/v9.0.5...v9.0.6) (2024-02-22) + + +### Bug Fixes + +* **deps:** update dependency scratch-semantic-release-config to v1.0.12 ([df25de6](https://github.com/scratchfoundation/eslint-config-scratch/commit/df25de63a20e92f959abd923fb899db688dae0f8)) + ## [9.0.5](https://github.com/scratchfoundation/eslint-config-scratch/compare/v9.0.4...v9.0.5) (2024-02-22) diff --git a/package-lock.json b/package-lock.json index 096a2d1..f25eda9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eslint-config-scratch", - "version": "9.0.5", + "version": "9.0.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "eslint-config-scratch", - "version": "9.0.5", + "version": "9.0.6", "license": "BSD-3-Clause", "devDependencies": { "@babel/eslint-parser": "7.23.10", diff --git a/package.json b/package.json index 61a54cd..ecb632a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-scratch", - "version": "9.0.5", + "version": "9.0.6", "description": "Shareable ESLint config for Scratch", "main": "index.js", "scripts": {