From 676689b0fb44c99947368dea60dc976d86786264 Mon Sep 17 00:00:00 2001 From: Walt Jones Date: Tue, 20 Jun 2023 14:54:21 -0400 Subject: [PATCH] Release v0.11.2 (#96) --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index f25f354..f5d6168 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@rollbar/react", - "version": "0.11.1", + "version": "0.11.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e73afad..1fbdd7d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rollbar/react", - "version": "0.11.1", + "version": "0.11.2", "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",