Skip to content

Commit

Permalink
chore(release): 4.11.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.11.0](v4.10.0...v4.11.0) (2021-05-31)

### Features

* **date:** adding matching after a specific date and time operator (dateGreaterThan) ([9e5c93d](9e5c93d))
* **date:** adding matching at or after a specific date and time operator (dateGreaterThanEquals) ([a0e84ca](a0e84ca))
  • Loading branch information
semantic-release-bot committed May 31, 2021
1 parent 32862cf commit d99806d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [4.11.0](https://github.com/roggervalf/iam-policies/compare/v4.10.0...v4.11.0) (2021-05-31)


### Features

* **date:** adding matching after a specific date and time operator (dateGreaterThan) ([9e5c93d](https://github.com/roggervalf/iam-policies/commit/9e5c93dd1c755614eb4090d8cb2d3a31df041187))
* **date:** adding matching at or after a specific date and time operator (dateGreaterThanEquals) ([a0e84ca](https://github.com/roggervalf/iam-policies/commit/a0e84ca5a4a7c5dfad4cfbf1a3ddae832a1f1d58))

# [4.10.0](https://github.com/roggervalf/iam-policies/compare/v4.9.0...v4.10.0) (2021-05-29)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"license": "MIT",
"description": "Identity based policies library",
"version": "4.10.0",
"version": "4.11.0",
"keywords": [
"iam",
"policies",
Expand Down

0 comments on commit d99806d

Please sign in to comment.