From faec0ad82302ea8e7191587cdd2de6797d3388bd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 13:07:04 +0900 Subject: [PATCH] chore: release eslint-plugin-yml (#296) Co-authored-by: github-actions[bot] --- .changeset/hungry-worms-exist.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- src/meta.ts | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 .changeset/hungry-worms-exist.md diff --git a/.changeset/hungry-worms-exist.md b/.changeset/hungry-worms-exist.md deleted file mode 100644 index e5b76923..00000000 --- a/.changeset/hungry-worms-exist.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-yml": patch ---- - -fix(deps): update dependency eslint-compat-utils to ^0.3.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 870e40e3..0df13793 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # eslint-plugin-yml +## 1.12.1 + +### Patch Changes + +- [#295](https://github.com/ota-meshi/eslint-plugin-yml/pull/295) [`7e09518`](https://github.com/ota-meshi/eslint-plugin-yml/commit/7e09518b13b4ee4bdea7d93020e6fbc65bb842c7) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update dependency eslint-compat-utils to ^0.3.0 + ## 1.12.0 ### Minor Changes diff --git a/package.json b/package.json index 84a4d345..7d7527ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-yml", - "version": "1.12.0", + "version": "1.12.1", "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 119c82ac..b4bc8468 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.12.0" as const; +export const version = "1.12.1" as const;