From 854e27e3a01a60a22b4c9ad791735418cc8cdf40 Mon Sep 17 00:00:00 2001 From: z Date: Mon, 29 Jul 2024 16:28:47 +0800 Subject: [PATCH] chore(release): 1.0.2 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ecb0c9..c887dbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.2](https://github.com/kltk/prisma-extension-rls/compare/v1.0.1...v1.0.2) (2024-07-29) + + +### Bug Fixes + +* fix typo ([7672a5c](https://github.com/kltk/prisma-extension-rls/commit/7672a5c9c9ee3b18e2ab5388961532caddb07a2d)) +* skip empty context ([273da48](https://github.com/kltk/prisma-extension-rls/commit/273da4833bf8a2b5cea819fdc17e28f2f831bd69)) + ### [1.0.1](https://github.com/kltk/prisma-extension-rls/compare/v1.0.0...v1.0.1) (2024-07-29) diff --git a/package.json b/package.json index 86e1e37..da132d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prisma-extension-rls", - "version": "1.0.1", + "version": "1.0.2", "description": "Support Row Level Security with Prisma", "main": "dist/index.js", "types": "dist/index.d.ts",