mirror of
https://github.com/scratchfoundation/eslint-config-scratch.git
synced 2025-08-28 22:40:13 -04:00
chore(release): 10.0.12 [skip ci]
## [10.0.12](https://github.com/scratchfoundation/eslint-config-scratch/compare/v10.0.11...v10.0.12) (2025-04-28) ### Bug Fixes * **deps:** update dependency eslint-plugin-jsdoc to v50.6.11 ([#227](https://github.com/scratchfoundation/eslint-config-scratch/issues/227)) ([dae3867
](dae3867c42
))
This commit is contained in:
parent
dae3867c42
commit
e684ae372d
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.
|
||||
|
||||
## [10.0.12](https://github.com/scratchfoundation/eslint-config-scratch/compare/v10.0.11...v10.0.12) (2025-04-28)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **deps:** update dependency eslint-plugin-jsdoc to v50.6.11 ([#227](https://github.com/scratchfoundation/eslint-config-scratch/issues/227)) ([dae3867](https://github.com/scratchfoundation/eslint-config-scratch/commit/dae3867c423b7e38cfe1e80249b37c9340c8c590))
|
||||
|
||||
## [10.0.11](https://github.com/scratchfoundation/eslint-config-scratch/compare/v10.0.10...v10.0.11) (2025-04-26)
|
||||
|
||||
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "eslint-config-scratch",
|
||||
"version": "10.0.11",
|
||||
"version": "10.0.12",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "eslint-config-scratch",
|
||||
"version": "10.0.11",
|
||||
"version": "10.0.12",
|
||||
"license": "BSD-3-Clause",
|
||||
"dependencies": {
|
||||
"@babel/eslint-parser": "7.27.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "eslint-config-scratch",
|
||||
"version": "10.0.11",
|
||||
"version": "10.0.12",
|
||||
"description": "Shareable ESLint config for Scratch",
|
||||
"main": "./lib/index.mjs",
|
||||
"exports": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue