Skip to content

Commit 2f83081

Browse files
chore: release toml-eslint-parser (#243)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 129df97 commit 2f83081

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

.changeset/calm-pears-impress.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.1
4+
5+
### Patch Changes
6+
7+
- [#240](https://github.com/ota-meshi/toml-eslint-parser/pull/240) [`ba5e00d`](https://github.com/ota-meshi/toml-eslint-parser/commit/ba5e00d2ae6bbe32852d5ce9da92b7d12fc60243) Thanks [@ota-meshi](https://github.com/ota-meshi)! - use npm trusted publishing
8+
39
## 0.10.0
410

511
### 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.10.0",
3+
"version": "0.10.1",
44
"description": "A TOML parser that produces output compatible with ESLint",
55
"main": "lib/index.js",
66
"files": [

src/meta.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// IMPORTANT!
22
// This file has been automatically generated,
33
// in order to update its content execute "npm run build:meta"
4-
export const name = "toml-eslint-parser";
5-
export const version = "0.10.0";
4+
export const name = "toml-eslint-parser" as const;
5+
export const version = "0.10.1" as const;

0 commit comments

Comments
 (0)