Skip to content

Commit

Permalink
chore: release toml-eslint-parser (#167)
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 Nov 8, 2023
1 parent 9a84691 commit 5fa1b15
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/slow-chefs-study.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 @@
# toml-eslint-parser

## 0.8.1

### Patch Changes

- [#166](https://github.com/ota-meshi/toml-eslint-parser/pull/166) [`45d909e`](https://github.com/ota-meshi/toml-eslint-parser/commit/45d909e92f1111d7f6ce78803edf00a20b0670a6) Thanks [@ota-meshi](https://github.com/ota-meshi)! - improve performance

## 0.8.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": "toml-eslint-parser",
"version": "0.8.0",
"version": "0.8.1",
"description": "A TOML parser that produces output compatible with ESLint",
"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 build:meta"
export const name = "toml-eslint-parser" as const;
export const version = "0.8.0" as const;
export const version = "0.8.1" as const;

0 comments on commit 5fa1b15

Please sign in to comment.