Skip to content

Commit

Permalink
chore: release yaml-eslint-parser (#141)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored May 9, 2023
1 parent 99bd0ec commit 7736414
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/honest-lamps-destroy.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# yaml-eslint-parser

## 1.2.2

### Patch Changes

- [#140](https://github.com/ota-meshi/yaml-eslint-parser/pull/140) [`99bd0ec`](https://github.com/ota-meshi/yaml-eslint-parser/commit/99bd0ec03a015dce6dfbcf9972d2c7c92efad4ad) Thanks [@ota-meshi](https://github.com/ota-meshi)! - feat: export meta object

## 1.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yaml-eslint-parser",
"version": "1.2.1",
"version": "1.2.2",
"description": "A YAML parser that produces output compatible with ESLint",
"main": "lib/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion src/meta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
// This file has been automatically generated,
// in order to update its content execute "npm run build:meta"
export const name = "yaml-eslint-parser" as const;
export const version = "1.2.1" as const;
export const version = "1.2.2" as const;

0 comments on commit 7736414

Please sign in to comment.