From 8144202146dae7a6c5ebf0723c4f38dab8c78e85 Mon Sep 17 00:00:00 2001 From: v1rtl Date: Sun, 24 Sep 2023 18:45:40 +0300 Subject: [PATCH] 0.1.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4737a54..bc03b71 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@tinyhttp/content-type", "description": "content-type rewrite in TypeScript and ESM", - "version": "0.1.2", + "version": "0.1.3", "repository": "https://github.com/tinyhttp/content-type.git", "engines": { "node": ">=12.4"