From 418412deae8ab0f5b733b7cab3c6d81bd5db7a9f Mon Sep 17 00:00:00 2001 From: Matias Pequeno Date: Thu, 21 Mar 2024 22:02:17 +0100 Subject: [PATCH] Bumped version to 0.12.0-beta for release (#123) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 95da933..c252ffb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rollbar/react", - "version": "0.11.2", + "version": "0.12.0-beta", "description": "Effortlessly track and debug errors in your React applications with Rollbar. This package includes advanced error tracking features and a set of React-specific enhancements to help you identify and fix issues more quickly.", "main": "lib", "module": "dist",