From 965fb9be1a81ef16f9831d87763eb97c2a090319 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 27 Feb 2024 16:35:51 +0000 Subject: [PATCH] chore(release): 1.0.3 [skip ci] ## [1.0.3](https://github.com/nrdobie/prisma-extension-cuid2/compare/v1.0.2...v1.0.3) (2024-02-27) ### Bug Fixes * TS paths were persisting in builds ([8146611](https://github.com/nrdobie/prisma-extension-cuid2/commit/8146611b1736c1a01f34142756234d23809ac67a)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c254efa..9571620 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prisma-extension-cuid2", - "version": "1.0.2", + "version": "1.0.3", "description": "Enables the use of CUID2 as the default ID type for Prisma models", "main": "./dist/cjs/index.cjs", "module": "./dist/esm/index.js",