Skip to content

Commit

Permalink
chore(main): release eslint-parser-plain 0.0.3 (#18)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jan 3, 2025
1 parent 8b4454c commit e7d6ef3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages/eslint-config": "0.0.1",
"packages/eslint-parser-plain": "0.0.2",
"packages/eslint-parser-plain": "0.0.3",
"packages/eslint-plugin-format": "0.0.1"
}
7 changes: 7 additions & 0 deletions packages/eslint-parser-plain/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.0.3](https://github.com/BiscuitTin/eslint-config/compare/eslint-parser-plain-v0.0.2...eslint-parser-plain-v0.0.3) (2025-01-03)


### Features

* generate provenance statements for publish ([#17](https://github.com/BiscuitTin/eslint-config/issues/17)) ([8b4454c](https://github.com/BiscuitTin/eslint-config/commit/8b4454c1e3cc453b080d1a855a384dc5557e3268))

## [0.0.2](https://github.com/BiscuitTin/eslint-config/compare/eslint-parser-plain-v0.0.1...eslint-parser-plain-v0.0.2) (2025-01-03)


Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-parser-plain/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@biscuittin/eslint-parser-plain",
"type": "module",
"version": "0.0.2",
"version": "0.0.3",
"description": "Parse various types of files with ESLint, a fork of Ray's (@so1ve).",
"author": "Biscuit Tin <opensource@biscuitt.in>",
"license": "MIT",
Expand Down

0 comments on commit e7d6ef3

Please sign in to comment.