From b702255f8dd8cca41ac4227541261b9667b884d1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 9 Nov 2021 02:13:09 +0000 Subject: [PATCH] chore(release): 4.15.0 [skip ci] # [4.15.0](https://github.com/roggervalf/iam-policies/compare/v4.14.0...v4.15.0) (2021-11-09) ### Features * **identity-based-policy:** add whyCan method ([#68](https://github.com/roggervalf/iam-policies/issues/68)) ([51d32b2](https://github.com/roggervalf/iam-policies/commit/51d32b2423c44a76bebcde4772f7400cb3129e60)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0faca4d..365a04d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [4.15.0](https://github.com/roggervalf/iam-policies/compare/v4.14.0...v4.15.0) (2021-11-09) + + +### Features + +* **identity-based-policy:** add whyCan method ([#68](https://github.com/roggervalf/iam-policies/issues/68)) ([51d32b2](https://github.com/roggervalf/iam-policies/commit/51d32b2423c44a76bebcde4772f7400cb3129e60)) + # [4.14.0](https://github.com/roggervalf/iam-policies/compare/v4.13.0...v4.14.0) (2021-11-08) diff --git a/package.json b/package.json index fbecc45..2084b22 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ }, "license": "MIT", "description": "Identity based policies library", - "version": "4.14.0", + "version": "4.15.0", "keywords": [ "iam", "policies",