Skip to content

Commit d93a4c1

Browse files
chore: release yaml-eslint-parser (#251)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent dd14595 commit d93a4c1

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/metal-forks-change.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
# yaml-eslint-parser
22

3+
## 1.3.2
4+
5+
### Patch Changes
6+
7+
- [#250](https://github.com/ota-meshi/yaml-eslint-parser/pull/250) [`6a4f069`](https://github.com/ota-meshi/yaml-eslint-parser/commit/6a4f069240a7ec89454b85c7d6388b437d8ba7ee) Thanks [@ota-meshi](https://github.com/ota-meshi)! - fix: false parsing error when tag-only doc
8+
39
## 1.3.1
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": "yaml-eslint-parser",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"description": "A YAML 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 = "yaml-eslint-parser" as const;
5-
export const version = "1.3.1" as const;
5+
export const version = "1.3.2" as const;

0 commit comments

Comments
 (0)