mirror of
https://github.com/scratchfoundation/eslint-config-scratch.git
synced 2025-08-14 07:21:54 -04:00
chore(release): 11.0.24 [skip ci]
## [11.0.24](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.23...v11.0.24) (2025-06-24) ### Bug Fixes * **deps:** update dependency @eslint/markdown to v6.6.0 ([#265](https://github.com/scratchfoundation/eslint-config-scratch/issues/265)) ([7e8a86c
](7e8a86c4c5
))
This commit is contained in:
parent
7e8a86c4c5
commit
139e68feb5
3 changed files with 10 additions and 3 deletions
|
@ -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.24](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.23...v11.0.24) (2025-06-24)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **deps:** update dependency @eslint/markdown to v6.6.0 ([#265](https://github.com/scratchfoundation/eslint-config-scratch/issues/265)) ([7e8a86c](https://github.com/scratchfoundation/eslint-config-scratch/commit/7e8a86c4c5e05ac3c1099194e785c739ae8889ff))
|
||||
|
||||
## [11.0.23](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.22...v11.0.23) (2025-06-19)
|
||||
|
||||
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "eslint-config-scratch",
|
||||
"version": "11.0.23",
|
||||
"version": "11.0.24",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "eslint-config-scratch",
|
||||
"version": "11.0.23",
|
||||
"version": "11.0.24",
|
||||
"license": "BSD-3-Clause",
|
||||
"dependencies": {
|
||||
"@babel/eslint-parser": "7.27.5",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "eslint-config-scratch",
|
||||
"version": "11.0.23",
|
||||
"version": "11.0.24",
|
||||
"description": "Shareable ESLint config for Scratch",
|
||||
"main": "./lib/index.mjs",
|
||||
"scripts": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue