From c6ff52715636ea5be064a2e76b8f1b739f153107 Mon Sep 17 00:00:00 2001 From: z Date: Mon, 29 Jul 2024 10:42:40 +0800 Subject: [PATCH] chore(release): 1.0.1 --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..6ecb0c9 --- /dev/null +++ b/CHANGELOG.md @@ -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)) diff --git a/package.json b/package.json index 071bc76..86e1e37 100644 --- a/package.json +++ b/package.json @@ -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",