Skip to content

Commit a20eefb

Browse files
chore: release toml-eslint-parser (#208)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7104688 commit a20eefb

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

.changeset/serious-hairs-sparkle.md

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

CHANGELOG.md

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

3+
## 0.10.0
4+
5+
### Minor Changes
6+
7+
- [#207](https://github.com/ota-meshi/toml-eslint-parser/pull/207) [`7104688`](https://github.com/ota-meshi/toml-eslint-parser/commit/71046888069507d66a9337f2b31cd9a149edc17a) Thanks [@ota-meshi](https://github.com/ota-meshi)! - improve performance
8+
39
## 0.9.3
410

511
### Patch Changes

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "toml-eslint-parser",
3-
"version": "0.9.3",
3+
"version": "0.10.0",
44
"description": "A TOML parser that produces output compatible with ESLint",
55
"main": "lib/index.js",
66
"files": [
@@ -51,6 +51,7 @@
5151
"devDependencies": {
5252
"@changesets/changelog-github": "^0.5.0",
5353
"@changesets/cli": "^2.24.2",
54+
"@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",
5455
"@iarna/toml": "^3.0.0",
5556
"@ota-meshi/eslint-plugin": "^0.17.0",
5657
"@types/benchmark": "^2.1.1",

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";
5-
export const version = "0.9.3";
5+
export const version = "0.10.0";

0 commit comments

Comments
 (0)