diff --git a/README.md b/README.md index 8084ab3..ebf0182 100644 --- a/README.md +++ b/README.md @@ -188,7 +188,7 @@ npm install -D @build-in-blocks/dev.setup # ----------------------------------------------------------------- # This points to the shared library repository's "central" workflow # ----------------------------------------------------------------- - uses: build-in-blocks/dev.setup/.github/workflows/central-blocks-ci.yml@v1.0.1 + uses: build-in-blocks/dev.setup/.github/workflows/central-blocks-ci.yml@v1.0.2 with: run_tests: true # ------------------------------------------------- diff --git a/package-lock.json b/package-lock.json index 1770212..08588bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@build-in-blocks/dev.setup", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@build-in-blocks/dev.setup", - "version": "1.0.1", + "version": "1.0.2", "license": "AGPL-3.0", "dependencies": { "@eslint/js": "^10.0.1", diff --git a/package.json b/package.json index 0f64c2f..27a4485 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@build-in-blocks/dev.setup", - "version": "1.0.1", + "version": "1.0.2", "description": "Code linting, formatting, pre-commit hook and GitHub Actions Continuous Integration (CI) (including node version compatiblity check) development environment setup for your typescript code repository", "type": "module", "main": "eslint.config.mjs",