chore(release): 11.0.38 [skip ci]

## [11.0.38](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.37...v11.0.38) (2025-07-22)

### Bug Fixes

* **deps:** update dependency eslint-config-prettier to v10.1.8 ([](https://github.com/scratchfoundation/eslint-config-scratch/issues/282)) ([9628bd3](9628bd30ef))
This commit is contained in:
semantic-release-bot 2025-07-22 01:11:29 +00:00
parent 9628bd30ef
commit ea6718f8c0
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.38](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.37...v11.0.38) (2025-07-22)
### Bug Fixes
* **deps:** update dependency eslint-config-prettier to v10.1.8 ([#282](https://github.com/scratchfoundation/eslint-config-scratch/issues/282)) ([9628bd3](https://github.com/scratchfoundation/eslint-config-scratch/commit/9628bd30ef2b6edc36cb1543c507c551770eae69))
## [11.0.37](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.36...v11.0.37) (2025-07-18)

4
package-lock.json generated
View file

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

View file

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