From 3321577a9b61cf6a9b0860d0824be12980aba8c9 Mon Sep 17 00:00:00 2001 From: Walt Jones Date: Fri, 18 Jul 2025 15:51:09 -0400 Subject: [PATCH] Release v1.0.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index bf6e439..2895252 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@rollbar/react", - "version": "0.12.1", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@rollbar/react", - "version": "0.12.1", + "version": "1.0.0", "license": "MIT", "dependencies": { "tiny-invariant": "^1.1.0" diff --git a/package.json b/package.json index 3850f2a..56c6351 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rollbar/react", - "version": "0.12.1", + "version": "1.0.0", "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",