chore(release): 11.0.28 [skip ci]

## [11.0.28](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.27...v11.0.28) (2025-06-28)

### Bug Fixes

* **deps:** update dependency prettier to v3.6.1 ([](https://github.com/scratchfoundation/eslint-config-scratch/issues/269)) ([5a913eb](5a913eb30a))
This commit is contained in:
semantic-release-bot 2025-06-28 14:02:39 +00:00
parent 5a913eb30a
commit 64368b2727
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.28](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.27...v11.0.28) (2025-06-28)
### Bug Fixes
* **deps:** update dependency prettier to v3.6.1 ([#269](https://github.com/scratchfoundation/eslint-config-scratch/issues/269)) ([5a913eb](https://github.com/scratchfoundation/eslint-config-scratch/commit/5a913eb30ac72ddeae8eeac6327e878f919d8bce))
## [11.0.27](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.26...v11.0.27) (2025-06-27)

4
package-lock.json generated
View file

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

View file

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