diff --git a/package-lock.json b/package-lock.json
index cbe2906..30342e8 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -12073,7 +12073,7 @@
},
"workspaces/eslint": {
"name": "@yeoman/eslint",
- "version": "0.1.1",
+ "version": "0.1.2",
"license": "MIT",
"engines": {
"node": ">=18.20.0"
diff --git a/workspaces/eslint/CHANGELOG.md b/workspaces/eslint/CHANGELOG.md
index 4e08f6e..44e49e6 100644
--- a/workspaces/eslint/CHANGELOG.md
+++ b/workspaces/eslint/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## 0.1.2 (2024-08-26)
+
+- fix(eslint): adjusts to eslint config ([1eab921](https://github.com/yeoman/yeoman-api/commit/1eab921))
+
## 0.1.1 (2024-08-26)
- fix: add main to package.json ([85d2f0d](https://github.com/yeoman/yeoman-api/commit/85d2f0d))
diff --git a/workspaces/eslint/package.json b/workspaces/eslint/package.json
index 96c29d1..55cc333 100644
--- a/workspaces/eslint/package.json
+++ b/workspaces/eslint/package.json
@@ -1,6 +1,6 @@
{
"name": "@yeoman/eslint",
- "version": "0.1.1",
+ "version": "0.1.2",
"private": false,
"description": "ESLint configuration for Yeoman projects",
"keywords": [