Skip to content

Commit c75d94a

Browse files
chore(release): @casl/[email protected] [skip ci]
1 parent 5db9a37 commit c75d94a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

packages/casl-prisma/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

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

5+
## [1.3.1](https://github.com/stalniy/casl/compare/@casl/[email protected]...@casl/[email protected]) (2022-10-15)
6+
7+
8+
### Bug Fixes
9+
10+
* export Model and Subjects as type ([#688](https://github.com/stalniy/casl/issues/688)) ([b0e76e3](https://github.com/stalniy/casl/commit/b0e76e3e667ea639ca94101ce0930bbd784fd60f))
11+
* makes sure PrismaAbility support per subject actions type ([5db9a37](https://github.com/stalniy/casl/commit/5db9a3758f444ac40b957f5bb20821d43a830b8e)), closes [#675](https://github.com/stalniy/casl/issues/675)
12+
513
# [1.3.0](https://github.com/stalniy/casl/compare/@casl/[email protected]...@casl/[email protected]) (2022-09-26)
614

715

packages/casl-prisma/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@casl/prisma",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "Allows to query accessible records using Prisma client based on CASL rules",
55
"main": "dist/es6c/index.js",
66
"es2015": "dist/es6m/index.mjs",

0 commit comments

Comments
 (0)