diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 28dd7f8..4333898 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -2,7 +2,7 @@ ".": "6.0.0", "actions/build-and-push-helm": "1.0.0", "actions/helm-lint": "1.0.0", - "actions/eslint": "1.0.0", + "actions/eslint": "1.0.1", "actions/push-docker": "1.0.0", "actions/artifactory-login": "1.0.0", "actions/update-artifacts-file": "1.0.0", diff --git a/actions/eslint/CHANGELOG.md b/actions/eslint/CHANGELOG.md index 28e98a5..d3f02c0 100644 --- a/actions/eslint/CHANGELOG.md +++ b/actions/eslint/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.1](https://github.com/MapColonies/shared-workflows/compare/eslint-v1.0.0...eslint-v1.0.1) (2025-05-04) + + +### 🐛 Bug Fixes + +* compatibility of package.json and lock for npm ci ([#68](https://github.com/MapColonies/shared-workflows/issues/68)) ([9eee3d2](https://github.com/MapColonies/shared-workflows/commit/9eee3d24fed67883a1b7c27cfa5c73ecdb0bb646)) + ## 1.0.0 (2025-04-22) diff --git a/actions/eslint/README.md b/actions/eslint/README.md index 2c990bb..0d05f92 100644 --- a/actions/eslint/README.md +++ b/actions/eslint/README.md @@ -15,7 +15,7 @@ This GitHub Action installs dependencies and runs ESLint to lint your project co ```yaml - name: Run ESLint - uses: MapColonies/shared-workflows/actions/eslint@eslint-v1.0.0 + uses: MapColonies/shared-workflows/actions/eslint@eslint-v1.0.1 with: path: ./test ```