Skip to content

Commit

Permalink
Merge pull request #103 from cerebruminc/release-please--branches--ma…
Browse files Browse the repository at this point in the history
…ster--components--yates

chore(master): release 3.5.2
  • Loading branch information
LucianBuzzo authored Apr 10, 2024
2 parents b7dfa1f + fc1d1c4 commit 3100169
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [3.5.2](https://github.com/cerebruminc/yates/compare/v3.5.1...v3.5.2) (2024-04-10)


### Bug Fixes

* avoid race condition when creating policies ([4d77dfb](https://github.com/cerebruminc/yates/commit/4d77dfb7c750943277b581976bf66887d1f4521f))
* update to prisma v5.11.0 ([4aa0a92](https://github.com/cerebruminc/yates/commit/4aa0a921a5df69d62e8d3e941e828b4933e7750a))

## [3.5.1](https://github.com/cerebruminc/yates/compare/v3.5.0...v3.5.1) (2024-03-29)


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.

8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
{
"name": "@cerebruminc/yates",
"version": "3.5.1",
"version": "3.5.2",
"description": "Role based access control for Prisma Apps",
"main": "dist/index.js",
"files": ["CHANGELOG.md", "dist", "images"],
"files": [
"CHANGELOG.md",
"dist",
"images"
],
"scripts": {
"generate": "prisma generate",
"build": "rimraf dist && tsc -p tsconfig.build.json",
Expand Down

0 comments on commit 3100169

Please sign in to comment.