Skip to content

Commit c647621

Browse files
chore: release yaml-eslint-parser (#188)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4dc647e commit c647621

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/spotty-brooms-switch.md

-5
This file was deleted.

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# yaml-eslint-parser
22

3+
## 1.2.3
4+
5+
### Patch Changes
6+
7+
- [#187](https://github.com/ota-meshi/yaml-eslint-parser/pull/187) [`4dc647e`](https://github.com/ota-meshi/yaml-eslint-parser/commit/4dc647ee2afe561f090ebb52b759e4e611ccfb42) Thanks [@alecmev](https://github.com/alecmev)! - Fix `yaml` import in ESM
8+
39
## 1.2.2
410

511
### Patch Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yaml-eslint-parser",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"description": "A YAML parser that produces output compatible with ESLint",
55
"main": "lib/index.js",
66
"files": [

src/meta.ts

+1-1
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";
5-
export const version = "1.2.2";
5+
export const version = "1.2.3";

0 commit comments

Comments
 (0)