Skip to content

Commit

Permalink
chore(release): 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kltk committed Jul 29, 2024
1 parent 8acbdbb commit c6ff527
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [1.0.1](https://github.com/kltk/prisma-extension-rls/compare/v1.0.0...v1.0.1) (2024-07-29)


### Features

* add context without types to args for $allOperations ([8acbdbb](https://github.com/kltk/prisma-extension-rls/commit/8acbdbb33f0d2fb6d6d8b2ebba3e6d5752b8c393))


### Bug Fixes

* fix null value ([2bbd8ae](https://github.com/kltk/prisma-extension-rls/commit/2bbd8ae330a5ede7feddcc4c2f7ed037af57fa79))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prisma-extension-rls",
"version": "1.0.0",
"version": "1.0.1",
"description": "Support Row Level Security with Prisma",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit c6ff527

Please sign in to comment.