diff --git a/package-lock.json b/package-lock.json index 3fe029f..7e4dd2c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12074,7 +12074,7 @@ }, "workspaces/eslint": { "name": "@yeoman/eslint", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "engines": { "node": ">=18.20.0" diff --git a/workspaces/eslint/CHANGELOG.md b/workspaces/eslint/CHANGELOG.md index 3c0c104..4e08f6e 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.1 (2024-08-26) + +- fix: add main to package.json ([85d2f0d](https://github.com/yeoman/yeoman-api/commit/85d2f0d)) + ## 0.1.0 (2024-08-26) - feat(eslint): add @yeoman/eslint package ([a054ee6](https://github.com/yeoman/yeoman-api/commit/a054ee6)) diff --git a/workspaces/eslint/package.json b/workspaces/eslint/package.json index e4d8964..137ae37 100644 --- a/workspaces/eslint/package.json +++ b/workspaces/eslint/package.json @@ -1,6 +1,6 @@ { "name": "@yeoman/eslint", - "version": "0.1.0", + "version": "0.1.1", "private": false, "description": "ESLint configuration for Yeoman projects", "keywords": [