Skip to content

Commit

Permalink
Bump version to v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tdpauw committed Jan 23, 2022
1 parent 8621a10 commit acbd0fa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit acbd0fa

Please sign in to comment.