Skip to content

Commit 4f776f1

Browse files
chore: release toml-eslint-parser (#164)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 475b9c5 commit 4f776f1

File tree

5 files changed

+10
-12
lines changed

5 files changed

+10
-12
lines changed

.changeset/gentle-windows-visit.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/rude-pots-leave.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# toml-eslint-parser
22

3+
## 0.8.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
9+
- [#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
10+
311
## 0.7.0
412

513
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "toml-eslint-parser",
3-
"version": "0.7.0",
3+
"version": "0.8.0",
44
"description": "A TOML parser that produces output compatible with ESLint",
55
"main": "lib/index.js",
66
"files": [

src/meta.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
// This file has been automatically generated,
33
// in order to update its content execute "npm run build:meta"
44
export const name = "toml-eslint-parser" as const;
5-
export const version = "0.7.0" as const;
5+
export const version = "0.8.0" as const;

0 commit comments

Comments
 (0)