chore(release): 11.0.2 [skip ci]

## [11.0.2](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.1...v11.0.2) (2025-05-09)

### Bug Fixes

* **deps:** update dependency typescript-eslint to v8.32.0 ([#234](https://github.com/scratchfoundation/eslint-config-scratch/issues/234)) ([7ae7ba9](7ae7ba95b3))
This commit is contained in:
semantic-release-bot 2025-05-09 02:35:08 +00:00
parent 7ae7ba95b3
commit 86a298ec6e
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.2](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.1...v11.0.2) (2025-05-09)
### Bug Fixes
* **deps:** update dependency typescript-eslint to v8.32.0 ([#234](https://github.com/scratchfoundation/eslint-config-scratch/issues/234)) ([7ae7ba9](https://github.com/scratchfoundation/eslint-config-scratch/commit/7ae7ba95b356c12e088bcc220f5f8c033fb04e44))
## [11.0.1](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.0...v11.0.1) (2025-05-06)

4
package-lock.json generated
View file

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

View file

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