chore(release): 11.0.6 [skip ci]

## [11.0.6](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.5...v11.0.6) (2025-05-14)

### Bug Fixes

* **deps:** update dependency eslint-plugin-jsdoc to v50.6.14 ([](https://github.com/scratchfoundation/eslint-config-scratch/issues/239)) ([469abc6](469abc6911))
This commit is contained in:
semantic-release-bot 2025-05-14 03:36:30 +00:00
parent 469abc6911
commit 96049595c8
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.6](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.5...v11.0.6) (2025-05-14)
### Bug Fixes
* **deps:** update dependency eslint-plugin-jsdoc to v50.6.14 ([#239](https://github.com/scratchfoundation/eslint-config-scratch/issues/239)) ([469abc6](https://github.com/scratchfoundation/eslint-config-scratch/commit/469abc69119ae583b9b99af17ea487196196e38a))
## [11.0.5](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.4...v11.0.5) (2025-05-12)

4
package-lock.json generated
View file

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

View file

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