From acbd0fa026763e56884d3196f5d2768d236c77cc Mon Sep 17 00:00:00 2001 From: Thierry de Pauw Date: Sun, 23 Jan 2022 17:40:40 +0100 Subject: [PATCH] Bump version to v2.2.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48421db..6fe0a9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.2.0 (23 January 2022) + +* Add support for `Statement` `Action` and `Resource` to have a string value instead of an array ([#7](https://github.com/thinkinglabs/aws-iam-policy/issues/7) [@danopia](https://github.com/danopia)) + ## 2.1.0 (3 June 2021) * Make `PolicyDocument.addStatement(Statement)` public diff --git a/package.json b/package.json index fe228d8..f0c3bfb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@thinkinglabs/aws-iam-policy", - "version": "2.1.0", + "version": "2.2.0", "description": "TypeScript library for handling AWS IAM Policy documents", "homepage": "https://github.com/thinkinglabs/aws-iam-policy", "repository": "git://github.com/thinkinglabs/aws-iam-policy.git",