chore(release): 11.0.10 [skip ci]

## [11.0.10](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.9...v11.0.10) (2025-05-22)

### Bug Fixes

* **deps:** update dependency eslint-plugin-html to v8.1.3 ([#244](https://github.com/scratchfoundation/eslint-config-scratch/issues/244)) ([26dc23b](26dc23b2bb))
This commit is contained in:
semantic-release-bot 2025-05-22 20:44:49 +00:00
parent 26dc23b2bb
commit 7496f35804
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.10](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.9...v11.0.10) (2025-05-22)
### Bug Fixes
* **deps:** update dependency eslint-plugin-html to v8.1.3 ([#244](https://github.com/scratchfoundation/eslint-config-scratch/issues/244)) ([26dc23b](https://github.com/scratchfoundation/eslint-config-scratch/commit/26dc23b2bb41e91285a3e73d574d649227c3e9e3))
## [11.0.9](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.8...v11.0.9) (2025-05-20)

4
package-lock.json generated
View file

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

View file

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