diff --git a/.changeset/fix-scopemanager-compatibility.md b/.changeset/fix-scopemanager-compatibility.md deleted file mode 100644 index 9963aa70..00000000 --- a/.changeset/fix-scopemanager-compatibility.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-yml": patch ---- - -fix: add fake scopeManager for SourceCode API compatibility diff --git a/CHANGELOG.md b/CHANGELOG.md index 51d5d919..c7098104 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # eslint-plugin-yml +## 2.0.2 + +### Patch Changes + +- [#539](https://github.com/ota-meshi/eslint-plugin-yml/pull/539) [`0fc8d41`](https://github.com/ota-meshi/eslint-plugin-yml/commit/0fc8d41fa3fd17afdc8f399d61977334ba13fcc3) Thanks [@ota-meshi](https://github.com/ota-meshi)! - fix: add fake scopeManager for SourceCode API compatibility + ## 2.0.1 ### Patch Changes diff --git a/package.json b/package.json index a0839a7c..569ed4cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-yml", - "version": "2.0.1", + "version": "2.0.2", "description": "This ESLint plugin provides linting rules for YAML.", "type": "module", "main": "lib/index.mjs",