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