From acfd6abf09213ac2e6302522f29a3c05665fe2d4 Mon Sep 17 00:00:00 2001 From: Sachu Shaji Abraham Date: Wed, 19 Jul 2023 15:51:14 +0530 Subject: [PATCH] chore: release 4.16.0 Ticket: BG-00000 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0b56c45b..63a02873 100644 --- a/package.json +++ b/package.json @@ -113,5 +113,5 @@ "storybook:test:ci": "concurrently -k -s first -n \"SB,TEST\" -c \"magenta,blue\" \"npx start-storybook --ci -p 6006\" \"wait-on http-get://localhost:6006/ && npx test-storybook\"", "test": "vitest" }, - "version": "4.15.0" + "version": "4.16.0" }