From 07c2317a817094ef1dd092ae62b7302489d315e2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 18 Aug 2022 23:57:22 +0000 Subject: [PATCH] chore(release): 4.17.0 [skip ci] # [4.17.0](https://github.com/roggervalf/iam-policies/compare/v4.16.0...v4.17.0) (2022-08-18) ### Features * **apply-context:** support objects with toJSON method as context variables ([#88](https://github.com/roggervalf/iam-policies/issues/88)) ([ecb3dbc](https://github.com/roggervalf/iam-policies/commit/ecb3dbce21e622a3e508d19d43a142be95bfb0ab)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f24ab6..c9c6324 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [4.17.0](https://github.com/roggervalf/iam-policies/compare/v4.16.0...v4.17.0) (2022-08-18) + + +### Features + +* **apply-context:** support objects with toJSON method as context variables ([#88](https://github.com/roggervalf/iam-policies/issues/88)) ([ecb3dbc](https://github.com/roggervalf/iam-policies/commit/ecb3dbce21e622a3e508d19d43a142be95bfb0ab)) + # [4.16.0](https://github.com/roggervalf/iam-policies/compare/v4.15.0...v4.16.0) (2021-11-17) diff --git a/package.json b/package.json index 353090b..d72a86c 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ }, "license": "MIT", "description": "Identity based policies library", - "version": "4.16.0", + "version": "4.17.0", "keywords": [ "iam", "policies",