Skip to content

Commit

Permalink
chore(master): release 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cerebrumcom committed Jan 9, 2024
1 parent 6acc981 commit 20370b3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [3.1.0](https://github.com/cerebruminc/yates/compare/v3.0.2...v3.1.0) (2024-01-09)


### Features

* Add support for using the `in` operator with context values ([5707f8a](https://github.com/cerebruminc/yates/commit/5707f8a67d4819236e75b10622062c5a055d4e0f))


### Bug Fixes

* don't duplicate ability name in expression test ([59db403](https://github.com/cerebruminc/yates/commit/59db40346f654697d94e74c6877650db7dbd563f))

## [3.0.2](https://github.com/cerebruminc/yates/compare/v3.0.1...v3.0.2) (2023-12-15)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cerebruminc/yates",
"version": "3.0.2",
"version": "3.1.0",
"description": "Role based access control for Prisma Apps",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 20370b3

Please sign in to comment.