Skip to content

Commit

Permalink
chore: release eslint-plugin-toml (#156)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Oct 8, 2023
1 parent 884b74b commit 7a8ad22
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/soft-rules-turn.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion src/meta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit 7a8ad22

Please sign in to comment.