Skip to content

Commit

Permalink
chore(release): @casl/[email protected] [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Sep 19, 2022
1 parent 832a50e commit cd4ec25
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/casl-prisma/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file.

# [1.2.0](https://github.com/stalniy/casl/compare/@casl/[email protected]...@casl/[email protected]) (2022-09-19)


### Features

* adds support for custom generate prisma client ([832a50e](https://github.com/stalniy/casl/commit/832a50e532afcf32c19f3696958d25d300bd08bd))

# [1.1.0](https://github.com/stalniy/casl/compare/@casl/[email protected]...@casl/[email protected]) (2022-08-28)


Expand Down
2 changes: 1 addition & 1 deletion packages/casl-prisma/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@casl/prisma",
"version": "1.1.0",
"version": "1.2.0",
"description": "Allows to query accessible records using Prisma client based on CASL rules",
"main": "dist/es6c/index.js",
"es2015": "dist/es6m/index.mjs",
Expand Down

0 comments on commit cd4ec25

Please sign in to comment.