diff --git a/.changeset/soft-rules-turn.md b/.changeset/soft-rules-turn.md deleted file mode 100644 index 42fcc8e..0000000 --- a/.changeset/soft-rules-turn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-toml": minor ---- - -feat: use eslint-compat-utils diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e35d47..e475373 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # eslint-plugin-toml +## 0.6.0 + +### Minor Changes + +- [#155](https://github.com/ota-meshi/eslint-plugin-toml/pull/155) [`884b74b`](https://github.com/ota-meshi/eslint-plugin-toml/commit/884b74b28d5aa72b0eda5ca9c6d468e7629e2190) Thanks [@ota-meshi](https://github.com/ota-meshi)! - feat: use eslint-compat-utils + ## 0.5.0 ### Minor Changes diff --git a/package.json b/package.json index b7bbdff..4053757 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-toml", - "version": "0.5.0", + "version": "0.6.0", "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 5ca653b..fbfa345 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.5.0" as const; +export const version = "0.6.0" as const;