From c45c4fd7ca4570e3a48fd6e40ee7132dd55769e9 Mon Sep 17 00:00:00 2001 From: Rainer Hahnekamp Date: Wed, 24 Jul 2024 23:28:28 +0200 Subject: [PATCH] chore: release 0.16.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 36125dc..d206353 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@softarc/sheriff-core", - "version": "0.16.0", + "version": "0.16.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 34ffa9b..50f4881 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.0", + "version": "0.16.1", "homepage": "https://github.com/softarc-consulting/sheriff", "license": "MIT", "author": { @@ -15,7 +15,7 @@ "type": "commonjs", "dependencies": {}, "peerDependencies": { - "@softarc/sheriff-core": "0.16.0", + "@softarc/sheriff-core": "0.16.1", "eslint": "^8.0.0 || ^9.0.0", "@typescript-eslint/utils": "^7.11.0 || ^8.0.0-alpha.20" }