Skip to content

Commit

Permalink
chore: release toml-eslint-parser (#164)
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 475b9c5 commit 4f776f1
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/gentle-windows-visit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rude-pots-leave.md

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# toml-eslint-parser

## 0.8.0

### Minor Changes

- [#165](https://github.com/ota-meshi/toml-eslint-parser/pull/165) [`475b9c5`](https://github.com/ota-meshi/toml-eslint-parser/commit/475b9c55bf6883183fe828e3e705476d90780735) Thanks [@ota-meshi](https://github.com/ota-meshi)! - improve performance

- [#163](https://github.com/ota-meshi/toml-eslint-parser/pull/163) [`e0f8378`](https://github.com/ota-meshi/toml-eslint-parser/commit/e0f83783d946d19d5ac39e49ab1b47e738412f27) Thanks [@ota-meshi](https://github.com/ota-meshi)! - feat: experimental support for TOML v1.1

## 0.7.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.7.0",
"version": "0.8.0",
"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.7.0" as const;
export const version = "0.8.0" as const;

0 comments on commit 4f776f1

Please sign in to comment.