Bump version to 3.0.0

This commit is contained in:
John Lees-Miller 2020-05-15 11:25:12 +01:00
parent fd6ea2bb70
commit d2f47e69a8

View file

@ -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",