diff --git a/.gitignore b/.gitignore index 02922c347..744003c44 100644 --- a/.gitignore +++ b/.gitignore @@ -8,7 +8,4 @@ coverage test-treeshake/*-umd.js amd cjs -/underscore.js -/underscore-min.js -/underscore-min.js.map /underscore-node-*-pre* diff --git a/docs/modules/_setup.html b/docs/modules/_setup.html index ededc43d3..f726f46f2 100644 --- a/docs/modules/_setup.html +++ b/docs/modules/_setup.html @@ -850,7 +850,7 @@

_setup.js

-
export var VERSION = '1.13.0';
+
export var VERSION = '1.13.1';
diff --git a/docs/modules/index.html b/docs/modules/index.html index 48476accd..6081909d7 100644 --- a/docs/modules/index.html +++ b/docs/modules/index.html @@ -865,7 +865,7 @@

Named Exports

-
Underscore.js 1.13.0
+              
Underscore.js 1.13.1
 https://underscorejs.org
 (c) 2009-2021 Jeremy Ashkenas, Julian Gonggrijp, and DocumentCloud and Investigative Reporters & Editors
 Underscore may be freely distributed under the MIT license.
diff --git a/docs/underscore-esm.html b/docs/underscore-esm.html index de9d131ba..27f3c2387 100644 --- a/docs/underscore-esm.html +++ b/docs/underscore-esm.html @@ -27,7 +27,7 @@

underscore-esm.js

-
Underscore.js 1.13.0
+              
Underscore.js 1.13.1
 https://underscorejs.org
 (c) 2009-2021 Jeremy Ashkenas, Julian Gonggrijp, and DocumentCloud and Investigative Reporters & Editors
 Underscore may be freely distributed under the MIT license.
@@ -46,7 +46,7 @@

underscore-esm.js

-
var VERSION = '1.13.0';
+
var VERSION = '1.13.1';
diff --git a/index.html b/index.html index e76d1c507..adda98daf 100644 --- a/index.html +++ b/index.html @@ -186,7 +186,7 @@