From 300ffc356b959fa8198e3f602b0b4fc5e4690b8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Ctalatkuyuk=E2=80=9D?= <“talatkuyuk@gmail.com”> Date: Fri, 10 Jan 2025 00:31:47 +0300 Subject: [PATCH] v1.0.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 429753d..f4c4b66 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "next-mdx-remote-client", "description": "A wrapper of the `@mdx-js/mdx` for the `nextjs` applications in order to load MDX content. It is a fork of `next-mdx-remote`.", - "version": "1.0.3", + "version": "1.0.4", "main": "./dist/csr/index.js", "types": "./dist/csr/index.d.ts", "type": "module",