From 659621474d1984f215c8d77dfad0fc3f6e4c3a3a Mon Sep 17 00:00:00 2001 From: Matias Pequeno Date: Thu, 21 Mar 2024 17:52:18 -0300 Subject: [PATCH] Bumped version to 0.12.0-beta for release --- 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",