Skip to content

Commit

Permalink
release(plugin-eslint): 0.2.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 30, 2023
1 parent 11d43bb commit 560802a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions packages/plugin-eslint/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

# [0.2.0](https://github.com/code-pushup/cli/compare/[email protected]@0.2.0) (2023-11-30)

### Bug Fixes

- **plugin-eslint:** ensure working directory exists before writing .eslintrc.json ([3f19d6f](https://github.com/code-pushup/cli/commit/3f19d6f7ecc8fe69dd717cdb2a9912d6a1c53033))

### Features

- **plugin-eslint:** add support for inline eslint config ([67571eb](https://github.com/code-pushup/cli/commit/67571eb529ade91a77e2c739a3995674e52701af))

## [0.1.1](https://github.com/code-pushup/cli/compare/[email protected]@0.1.1) (2023-11-30)

# 0.1.0 (2023-11-29)
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@code-pushup/eslint-plugin",
"version": "0.1.1",
"version": "0.2.0",
"dependencies": {
"@code-pushup/utils": "*",
"eslint": "~8.46.0",
Expand Down

0 comments on commit 560802a

Please sign in to comment.