diff --git a/CHANGELOG.md b/CHANGELOG.md index 2319c91..86950d8 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. +## [11.0.3](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.2...v11.0.3) (2025-05-10) + + +### Bug Fixes + +* **deps:** update dependency eslint-config-prettier to v10.1.3 ([#235](https://github.com/scratchfoundation/eslint-config-scratch/issues/235)) ([5b6c16e](https://github.com/scratchfoundation/eslint-config-scratch/commit/5b6c16ee5fe46b5285abe4cd99bc727e03bc19cd)) + ## [11.0.2](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.1...v11.0.2) (2025-05-09) diff --git a/package-lock.json b/package-lock.json index ad1bcaf..b0fbd80 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eslint-config-scratch", - "version": "11.0.2", + "version": "11.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "eslint-config-scratch", - "version": "11.0.2", + "version": "11.0.3", "license": "BSD-3-Clause", "dependencies": { "@babel/eslint-parser": "7.27.1", diff --git a/package.json b/package.json index d096d20..25b1698 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-scratch", - "version": "11.0.2", + "version": "11.0.3", "description": "Shareable ESLint config for Scratch", "main": "./lib/index.mjs", "scripts": {