Skip to content

Commit

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

### Features

* **date:** adding maching before a specific date and time operator (dateLessThan) ([3c6a7fe](3c6a7fe))
* **date:** adding matching at or before a specific date and time (dateLessThanEquals) ([e359440](e359440))
  • Loading branch information
semantic-release-bot committed May 29, 2021
1 parent e359440 commit 8138407
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.10.0](https://github.com/roggervalf/iam-policies/compare/v4.9.0...v4.10.0) (2021-05-29)


### Features

* **date:** adding maching before a specific date and time operator (dateLessThan) ([3c6a7fe](https://github.com/roggervalf/iam-policies/commit/3c6a7fedabee69162ad84069f903c5075929fead))
* **date:** adding matching at or before a specific date and time (dateLessThanEquals) ([e359440](https://github.com/roggervalf/iam-policies/commit/e3594409c1e7045d83586a8dd0458070b9f60e50))

# [4.9.0](https://github.com/roggervalf/iam-policies/compare/v4.8.2...v4.9.0) (2021-05-06)


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.9.0",
"version": "4.10.0",
"keywords": [
"iam",
"policies",
Expand Down

0 comments on commit 8138407

Please sign in to comment.