From 21cb5a65cf83778f397fb519fb3f5f00d781d9c4 Mon Sep 17 00:00:00 2001 From: Souma <101255979+5ouma@users.noreply.github.com> Date: Fri, 11 Oct 2024 16:45:43 +0900 Subject: [PATCH] Release v1.3.0 (#85) All scripts to import Reproxy become the same. --- deno.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deno.json b/deno.json index 5be8cf0..bbfbb4f 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@5ouma/reproxy", - "version": "1.2.2", + "version": "1.3.0", "exports": "./src/server.ts", "publish": { "include": ["LICENSE", "README.md", "deno.json", "src/"],