From acf75bd1a1d5ebca45080bb80b56913e700bfc7e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 09:45:21 +0900 Subject: [PATCH] chore: release eslint-plugin-toml (#192) Co-authored-by: github-actions[bot] --- .changeset/fluffy-forks-marry.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- src/meta.ts | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 .changeset/fluffy-forks-marry.md diff --git a/.changeset/fluffy-forks-marry.md b/.changeset/fluffy-forks-marry.md deleted file mode 100644 index 37e9509..0000000 --- a/.changeset/fluffy-forks-marry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-toml": patch ---- - -fix(deps): update dependency eslint-compat-utils to ^0.4.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index b79bf7d..7633814 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # eslint-plugin-toml +## 0.9.2 + +### Patch Changes + +- [#191](https://github.com/ota-meshi/eslint-plugin-toml/pull/191) [`4a77e43`](https://github.com/ota-meshi/eslint-plugin-toml/commit/4a77e4320b637867bf139424bebb23c71a5c9313) Thanks [@ota-meshi](https://github.com/ota-meshi)! - fix(deps): update dependency eslint-compat-utils to ^0.4.0 + ## 0.9.1 ### Patch Changes diff --git a/package.json b/package.json index 9aaf491..b8e46f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-toml", - "version": "0.9.1", + "version": "0.9.2", "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 99f2d25..462239a 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" as const; -export const version = "0.9.1" as const; +export const version = "0.9.2" as const;