Skip to content

Commit

Permalink
Merge pull request #33 from cerebruminc/release-please--branches--mas…
Browse files Browse the repository at this point in the history
…ter--components--release-please-action

chore(master): release 2.0.0
  • Loading branch information
LucianBuzzo authored Feb 22, 2023
2 parents 7e94a84 + 44bb5e0 commit b24b3fb
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [2.0.0](https://github.com/cerebruminc/yates/compare/v1.2.0...v2.0.0) (2023-02-22)


### ⚠ BREAKING CHANGES

* Use client extensions instead of middleware

### Features

* Use client extensions instead of middleware ([f3fa1a3](https://github.com/cerebruminc/yates/commit/f3fa1a3d187d62031e2124d023ba726e7b810e39))


### Bug Fixes

* Explicity disconnect expression Prisma client ([ccceaa3](https://github.com/cerebruminc/yates/commit/ccceaa3f3baab26251b00b631962ae633deea714))
* Strongly type context values in expressions ([ec5e266](https://github.com/cerebruminc/yates/commit/ec5e2668a0ba776ed4319ade0940cd2f8dc9cbed))

## [1.2.0](https://github.com/cerebruminc/yates/compare/v1.1.1...v1.2.0) (2023-02-20)


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": "1.2.0",
"version": "2.0.0",
"description": "Role based access control for Prisma Apps",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit b24b3fb

Please sign in to comment.