diff --git a/.changeset/yellow-suits-nail.md b/.changeset/yellow-suits-nail.md deleted file mode 100644 index 24f26aac..00000000 --- a/.changeset/yellow-suits-nail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-yml": minor ---- - -feat: changed to prevent crash when used with language plugins diff --git a/CHANGELOG.md b/CHANGELOG.md index 59016ba0..ac7263f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # eslint-plugin-yml +## 1.16.0 + +### Minor Changes + +- [#385](https://github.com/ota-meshi/eslint-plugin-yml/pull/385) [`5c11866`](https://github.com/ota-meshi/eslint-plugin-yml/commit/5c11866c7f9a994e6677421b31989b0652d701bc) Thanks [@ota-meshi](https://github.com/ota-meshi)! - feat: changed to prevent crash when used with language plugins + ## 1.15.0 ### Minor Changes diff --git a/package.json b/package.json index 41b3e761..a98ad329 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-yml", - "version": "1.15.0", + "version": "1.16.0", "description": "This ESLint plugin provides linting rules for YAML.", "main": "lib/index.js", "files": [ diff --git a/src/meta.ts b/src/meta.ts index 3755e78c..2f8c2fe4 100644 --- a/src/meta.ts +++ b/src/meta.ts @@ -2,4 +2,4 @@ // This file has been automatically generated, // in order to update its content execute "npm run update" export const name = "eslint-plugin-yml"; -export const version = "1.15.0"; +export const version = "1.16.0";