Skip to content

Commit

Permalink
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
@@ -2,6 +2,13 @@

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

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


### Features

* exports types to support TS ES6 modules ([c818b1a](https://github.com/stalniy/casl/commit/c818b1a84cee6dc2ad78be72db4d1afe0f95b3f1)), closes [#668](https://github.com/stalniy/casl/issues/668)

## [1.0.4](https://github.com/stalniy/casl/compare/@casl/[email protected]...@casl/[email protected]) (2022-07-25)

## [1.0.3](https://github.com/stalniy/casl/compare/@casl/[email protected]...@casl/[email protected]) (2022-07-23)
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.0.4",
"version": "1.1.0",
"description": "Allows to query accessible records using Prisma client based on CASL rules",
"main": "dist/es6c/index.js",
"es2015": "dist/es6m/index.mjs",

0 comments on commit 331d3a5

Please sign in to comment.