From 0ba97bf9ff82f51f931a8fbdb0027a5384941212 Mon Sep 17 00:00:00 2001 From: Rainer Hahnekamp Date: Mon, 9 Sep 2024 01:59:04 +0200 Subject: [PATCH] chore: release 0.17.1 --- packages/core/package.json | 2 +- packages/eslint-plugin/package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/core/package.json b/packages/core/package.json index 61143a3..0a1d490 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@softarc/sheriff-core", - "version": "0.17.0", + "version": "0.17.1", "homepage": "/~https://github.com/softarc-consulting/sheriff", "license": "MIT", "author": { diff --git a/packages/eslint-plugin/package.json b/packages/eslint-plugin/package.json index 14e5c3f..30c63d0 100644 --- a/packages/eslint-plugin/package.json +++ b/packages/eslint-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@softarc/eslint-plugin-sheriff", - "version": "0.17.0", + "version": "0.17.1", "homepage": "/~https://github.com/softarc-consulting/sheriff", "license": "MIT", "author": { @@ -15,7 +15,7 @@ "type": "commonjs", "dependencies": {}, "peerDependencies": { - "@softarc/sheriff-core": "0.17.0", + "@softarc/sheriff-core": "0.17.1", "eslint": "^8.0.0 || ^9.0.0", "@typescript-eslint/utils": "^5.48.2 || ^6.0.0 || ^7.0.0 || ^8.0.0-alpha.20" }