From 135e2a26148ef0fd678effe512cf387f3a7e144d Mon Sep 17 00:00:00 2001 From: Harminder Virk Date: Fri, 20 Oct 2023 21:56:01 +0530 Subject: [PATCH] chore(release): 10.0.0-1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ce70845..7126a7c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adonisjs/bodyparser", - "version": "10.0.0-0", + "version": "10.0.0-1", "description": "BodyParser middleware for AdonisJS http server to read and parse request body", "main": "build/index.js", "type": "module",