Skip to content

Commit b360f32

Browse files
Version Packages (#507)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 736f153 commit b360f32

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/cold-numbers-rush.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
# eslint-plugin-yml
22

3+
## 1.19.1
4+
5+
### Patch Changes
6+
7+
- [#506](https://github.com/ota-meshi/eslint-plugin-yml/pull/506) [`736f153`](https://github.com/ota-meshi/eslint-plugin-yml/commit/736f15343788720aa210070f7e78aab3c5ef929d) Thanks [@sumimakito](https://github.com/sumimakito)! - fix(sort-keys): fix incorrect result when move down the block located at the file start
8+
39
## 1.19.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": "eslint-plugin-yml",
3-
"version": "1.19.0",
3+
"version": "1.19.1",
44
"description": "This ESLint plugin provides linting rules for YAML.",
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 update"
44
export const name = "eslint-plugin-yml" as const;
5-
export const version = "1.19.0" as const;
5+
export const version = "1.19.1" as const;

0 commit comments

Comments
 (0)