From 7544e45e982dc9f77833c05e2e3f1992c3a70699 Mon Sep 17 00:00:00 2001 From: Rainer Hahnekamp Date: Mon, 2 Sep 2024 16:15:07 +0200 Subject: [PATCH] chore: release 0.17.0 --- 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 3b3c633..61143a3 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@softarc/sheriff-core", - "version": "0.16.4", + "version": "0.17.0", "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 6fc6fc2..14e5c3f 100644 --- a/packages/eslint-plugin/package.json +++ b/packages/eslint-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@softarc/eslint-plugin-sheriff", - "version": "0.16.4", + "version": "0.17.0", "homepage": "https://github.com/softarc-consulting/sheriff", "license": "MIT", "author": { @@ -15,7 +15,7 @@ "type": "commonjs", "dependencies": {}, "peerDependencies": { - "@softarc/sheriff-core": "0.16.4", + "@softarc/sheriff-core": "0.17.0", "eslint": "^8.0.0 || ^9.0.0", "@typescript-eslint/utils": "^5.48.2 || ^6.0.0 || ^7.0.0 || ^8.0.0-alpha.20" }