From d000aba25c748888c46d158bd8709d638dbee1af Mon Sep 17 00:00:00 2001 From: Harminder Virk Date: Tue, 17 Oct 2023 10:58:31 +0530 Subject: [PATCH] chore(release): 10.0.0-0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 61e382f..86db837 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adonisjs/bodyparser", - "version": "9.3.2-8", + "version": "10.0.0-0", "description": "BodyParser middleware for AdonisJS http server to read and parse request body", "main": "build/index.js", "type": "module",