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 26, 2022
1 parent 4ac2531 commit 25b1b8e
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.3.0](https://github.com/stalniy/casl/compare/@casl/[email protected]...@casl/[email protected]) (2022-09-26)


### Features

* extends createPrisma types to accept AppAbility as generic type ([4ac2531](https://github.com/stalniy/casl/commit/4ac25319ad08c5a1731706a0b7be6eae2a46005f))

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


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.2.0",
"version": "1.3.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 25b1b8e

Please sign in to comment.