diff --git a/libraries/o-error/package.json b/libraries/o-error/package.json index fbf4351849..a7438a6684 100644 --- a/libraries/o-error/package.json +++ b/libraries/o-error/package.json @@ -1,6 +1,6 @@ { "name": "@overleaf/o-error", - "version": "2.1.0", + "version": "3.0.0", "description": "Make custom error types that pass `instanceof` checks, have stack traces, support custom messages and properties, and can wrap causes (like VError).", "main": "index.js", "types": "index.d.ts",