chore(release): 11.0.32 [skip ci]

## [11.0.32](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.31...v11.0.32) (2025-07-04)

### Bug Fixes

* **deps:** update dependency globals to v16.3.0 ([#274](https://github.com/scratchfoundation/eslint-config-scratch/issues/274)) ([044cee5](044cee5ebe))
This commit is contained in:
semantic-release-bot 2025-07-04 16:07:15 +00:00
parent 044cee5ebe
commit 4ccd0a9cb4
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.32](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.31...v11.0.32) (2025-07-04)
### Bug Fixes
* **deps:** update dependency globals to v16.3.0 ([#274](https://github.com/scratchfoundation/eslint-config-scratch/issues/274)) ([044cee5](https://github.com/scratchfoundation/eslint-config-scratch/commit/044cee5ebee95023ebab773eb0434f2c2352c5c9))
## [11.0.31](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.30...v11.0.31) (2025-07-03)

4
package-lock.json generated
View file

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

View file

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