Skip to content

Commit

Permalink
Bump version to v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tdpauw committed Jan 31, 2022
1 parent 3c3c0e4 commit c73ac9c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
## 2.3.0 (1 February 2022)

* Add support for string value for `Condition` key values ([#9](https://github.com/thinkinglabs/aws-iam-policy/issues/9))
* Add support for string value for `Principal` type values ([#10](https://github.com/thinkinglabs/aws-iam-policy/issues/10))

## 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))
* Add support for string value for `Action` and `Resource` ([#7](https://github.com/thinkinglabs/aws-iam-policy/issues/7) [@danopia](https://github.com/danopia))

## 2.1.0 (3 June 2021)

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.2.0",
"version": "2.3.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 c73ac9c

Please sign in to comment.