Browse Source

Bump version to 3.3.1

John Lees-Miller 5 years ago
parent
commit
354fd3c3a6
2 changed files with 2 additions and 2 deletions
  1. 1 1
      libraries/o-error/package-lock.json
  2. 1 1
      libraries/o-error/package.json

+ 1 - 1
libraries/o-error/package-lock.json

@@ -1,6 +1,6 @@
 {
   "name": "@overleaf/o-error",
-  "version": "3.3.0",
+  "version": "3.3.1",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {

+ 1 - 1
libraries/o-error/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@overleaf/o-error",
-  "version": "3.3.0",
+  "version": "3.3.1",
   "description": "Light-weight helpers for handling JavaScript Errors in node.js and the browser. Helps with long stack traces, Error subclasses, wrapping internal errors (causes), and attaching extra data to errors for logging.",
   "keywords": [
     "browser",