Skip to content

Commit 560802a

Browse files
author
github-actions
committed
release(plugin-eslint): 0.2.0 [skip ci]
1 parent 11d43bb commit 560802a

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

packages/plugin-eslint/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

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

5+
# [0.2.0](https://github.com/code-pushup/cli/compare/[email protected]@0.2.0) (2023-11-30)
6+
7+
### Bug Fixes
8+
9+
- **plugin-eslint:** ensure working directory exists before writing .eslintrc.json ([3f19d6f](https://github.com/code-pushup/cli/commit/3f19d6f7ecc8fe69dd717cdb2a9912d6a1c53033))
10+
11+
### Features
12+
13+
- **plugin-eslint:** add support for inline eslint config ([67571eb](https://github.com/code-pushup/cli/commit/67571eb529ade91a77e2c739a3995674e52701af))
14+
515
## [0.1.1](https://github.com/code-pushup/cli/compare/[email protected]@0.1.1) (2023-11-30)
616

717
# 0.1.0 (2023-11-29)

packages/plugin-eslint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@code-pushup/eslint-plugin",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"dependencies": {
55
"@code-pushup/utils": "*",
66
"eslint": "~8.46.0",

0 commit comments

Comments
 (0)