Skip to content

Commit 048af88

Browse files
chore: release toml-eslint-parser (#183)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 67dd358 commit 048af88

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/swift-cars-yawn.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.9.3
4+
5+
### Patch Changes
6+
7+
- [#182](https://github.com/ota-meshi/toml-eslint-parser/pull/182) [`4cab5da`](https://github.com/ota-meshi/toml-eslint-parser/commit/4cab5da39eb94c7d0a13c1a9b18e81c6d1d15d83) Thanks [@ota-meshi](https://github.com/ota-meshi)! - fix: parsing error in EOF after 4 quotes
8+
39
## 0.9.2
410

511
### Patch 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.9.2",
3+
"version": "0.9.3",
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.9.2" as const;
5+
export const version = "0.9.3" as const;

0 commit comments

Comments
 (0)