From f3d7e3084ab7fd4e03e5834d968d4f909c759255 Mon Sep 17 00:00:00 2001 From: Rainer Hahnekamp Date: Thu, 29 Aug 2024 22:57:51 +0200 Subject: [PATCH] chore: release 0.16.4 --- 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 048f626..3b3c633 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@softarc/sheriff-core", - "version": "0.16.3", + "version": "0.16.4", "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 a3a67b7..6fc6fc2 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.3", + "version": "0.16.4", "homepage": "https://github.com/softarc-consulting/sheriff", "license": "MIT", "author": { @@ -15,7 +15,7 @@ "type": "commonjs", "dependencies": {}, "peerDependencies": { - "@softarc/sheriff-core": "0.16.3", + "@softarc/sheriff-core": "0.16.4", "eslint": "^8.0.0 || ^9.0.0", "@typescript-eslint/utils": "^5.48.2 || ^6.0.0 || ^7.0.0 || ^8.0.0-alpha.20" }