From adc570b6508679b9f1575ae7efad87673c910404 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 8 Dec 2024 19:50:23 +0900 Subject: [PATCH] chore(release): v1.4.0 (#92) Co-authored-by: github-actions[bot] --- deno.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deno.json b/deno.json index 7fadd39..4152322 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@5ouma/reproxy", - "version": "1.3.1", + "version": "1.4.0", "exports": "./src/server.ts", "publish": { "include": ["LICENSE", "README.md", "deno.json", "src/"],