From e25e74f812210e0d975e775f37b203dc85531395 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 12:51:02 +0900 Subject: [PATCH] chore: release eslint-plugin-toml (#223) Co-authored-by: github-actions[bot] --- .changeset/eighty-plants-check.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- src/meta.ts | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 .changeset/eighty-plants-check.md diff --git a/.changeset/eighty-plants-check.md b/.changeset/eighty-plants-check.md deleted file mode 100644 index 9160de1..0000000 --- a/.changeset/eighty-plants-check.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-toml": patch ---- - -fix(deps): update dependency toml-eslint-parser to ^0.10.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 5474dc0..27ad597 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # eslint-plugin-toml +## 0.11.1 + +### Patch Changes + +- [#222](https://github.com/ota-meshi/eslint-plugin-toml/pull/222) [`9d26552`](https://github.com/ota-meshi/eslint-plugin-toml/commit/9d26552b00f83682186b2d22e87d02cbcb111c9a) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update dependency toml-eslint-parser to ^0.10.0 + ## 0.11.0 ### Minor Changes diff --git a/package.json b/package.json index f5ee0ce..a361074 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-toml", - "version": "0.11.0", + "version": "0.11.1", "description": "This ESLint plugin provides linting rules for TOML.", "main": "lib/index.js", "files": [ diff --git a/src/meta.ts b/src/meta.ts index 1fdb448..7cb6f41 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-toml"; -export const version = "0.11.0"; +export const version = "0.11.1";