Skip to content

Commit a92ff12

Browse files
committed
Fix: Bump version to v1.0.2 & regenerate lock file for release
1 parent e968835 commit a92ff12

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ npm install -D @build-in-blocks/dev.setup
188188
# -----------------------------------------------------------------
189189
# This points to the shared library repository's "central" workflow
190190
# -----------------------------------------------------------------
191-
uses: build-in-blocks/dev.setup/.github/workflows/central-blocks-ci.yml@v1.0.1
191+
uses: build-in-blocks/dev.setup/.github/workflows/central-blocks-ci.yml@v1.0.2
192192
with:
193193
run_tests: true
194194
# -------------------------------------------------

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@build-in-blocks/dev.setup",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"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",
55
"type": "module",
66
"main": "eslint.config.mjs",

0 commit comments

Comments
 (0)