chore(release): 11.0.5 [skip ci]

## [11.0.5](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.4...v11.0.5) (2025-05-12)

### Bug Fixes

* **deps:** update dependency eslint-config-prettier to v10.1.5 ([#238](https://github.com/scratchfoundation/eslint-config-scratch/issues/238)) ([a5e67e8](a5e67e8365))
This commit is contained in:
semantic-release-bot 2025-05-12 11:30:05 +00:00
parent a5e67e8365
commit 4f296aa314
3 changed files with 10 additions and 3 deletions

View file

@ -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.5](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.4...v11.0.5) (2025-05-12)
### Bug Fixes
* **deps:** update dependency eslint-config-prettier to v10.1.5 ([#238](https://github.com/scratchfoundation/eslint-config-scratch/issues/238)) ([a5e67e8](https://github.com/scratchfoundation/eslint-config-scratch/commit/a5e67e83657bac11ede5fd19848456d580e63b6b))
## [11.0.4](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.3...v11.0.4) (2025-05-10)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "eslint-config-scratch",
"version": "11.0.4",
"version": "11.0.5",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "eslint-config-scratch",
"version": "11.0.4",
"version": "11.0.5",
"license": "BSD-3-Clause",
"dependencies": {
"@babel/eslint-parser": "7.27.1",

View file

@ -1,6 +1,6 @@
{
"name": "eslint-config-scratch",
"version": "11.0.4",
"version": "11.0.5",
"description": "Shareable ESLint config for Scratch",
"main": "./lib/index.mjs",
"scripts": {