Browse Source

Bump version to 3.0.0

John Lees-Miller 6 years ago
parent
commit
d2f47e69a8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libraries/o-error/package.json

+ 1 - 1
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",