diff --git a/.changeset/afraid-points-impress.md b/.changeset/afraid-points-impress.md deleted file mode 100644 index 07caa0a1..00000000 --- a/.changeset/afraid-points-impress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-yml": minor ---- - -fix(deps): update dependency eslint-compat-utils to ^0.2.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a29dc5b..870e40e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # eslint-plugin-yml +## 1.12.0 + +### Minor Changes + +- [#293](https://github.com/ota-meshi/eslint-plugin-yml/pull/293) [`ce18a37`](https://github.com/ota-meshi/eslint-plugin-yml/commit/ce18a37dc33911c7ecea730c3f028a9a65bd83ad) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update dependency eslint-compat-utils to ^0.2.0 + ## 1.11.0 ### Minor Changes diff --git a/package.json b/package.json index 89e03482..0e869c17 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-yml", - "version": "1.11.0", + "version": "1.12.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 0484ecb6..119c82ac 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" as const; -export const version = "1.11.0" as const; +export const version = "1.12.0" as const;