Skip to content

Commit

Permalink
chore(release): @casl/prisma@1.3.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Nov 18, 2022
1 parent d233c9f commit 7c913eb
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
Expand Up @@ -2,6 +2,13 @@

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

## [1.3.2](https://github.com/stalniy/casl/compare/@casl/prisma@1.3.1...@casl/prisma@1.3.2) (2022-11-18)


### Bug Fixes

* es6m build now contains .mjs extension for local imports/exports ([d233c9f](https://github.com/stalniy/casl/commit/d233c9fecdb762b2b454d8e9375805633d9e35fe))

## [1.3.1](https://github.com/stalniy/casl/compare/@casl/prisma@1.3.0...@casl/prisma@1.3.1) (2022-10-15)


Expand Down
2 changes: 1 addition & 1 deletion packages/casl-prisma/package.json
@@ -1,6 +1,6 @@
{
"name": "@casl/prisma",
"version": "1.3.1",
"version": "1.3.2",
"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 7c913eb

Please sign in to comment.