From 40a227d1d263d8be8c19a3e1b68daa8c38ff37df Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Sun, 8 Jun 2025 21:03:31 +0000 Subject: [PATCH] chore(release): 11.0.18 [skip ci] ## [11.0.18](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.17...v11.0.18) (2025-06-08) ### Bug Fixes * **deps:** update dependency @eslint/markdown to v6.5.0 ([#256](https://github.com/scratchfoundation/eslint-config-scratch/issues/256)) ([db05445](https://github.com/scratchfoundation/eslint-config-scratch/commit/db05445bc8f0aa1b7402164af71c109d2f1af3ea)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ffe097d..4dd4bf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.18](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.17...v11.0.18) (2025-06-08) + + +### Bug Fixes + +* **deps:** update dependency @eslint/markdown to v6.5.0 ([#256](https://github.com/scratchfoundation/eslint-config-scratch/issues/256)) ([db05445](https://github.com/scratchfoundation/eslint-config-scratch/commit/db05445bc8f0aa1b7402164af71c109d2f1af3ea)) + ## [11.0.17](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.16...v11.0.17) (2025-06-07) diff --git a/package-lock.json b/package-lock.json index c7a7bc4..1813e43 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eslint-config-scratch", - "version": "11.0.17", + "version": "11.0.18", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "eslint-config-scratch", - "version": "11.0.17", + "version": "11.0.18", "license": "BSD-3-Clause", "dependencies": { "@babel/eslint-parser": "7.27.5", diff --git a/package.json b/package.json index a1ae739..321ba56 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-scratch", - "version": "11.0.17", + "version": "11.0.18", "description": "Shareable ESLint config for Scratch", "main": "./lib/index.mjs", "scripts": {