Skip to content

Commit d84abd6

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

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

.changeset/cyan-timers-lie.md

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

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# toml-eslint-parser
2+
3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- [#137](https://github.com/ota-meshi/toml-eslint-parser/pull/137) [`55b0be8`](https://github.com/ota-meshi/toml-eslint-parser/commit/55b0be8d4b0ff38b8e5d74f14d527ed4acd2801b) Thanks [@ota-meshi](https://github.com/ota-meshi)! - feat: export meta object

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.5.0",
3+
"version": "0.6.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.5.0" as const;
5+
export const version = "0.6.0" as const;

0 commit comments

Comments
 (0)