From 8b5928c04b9a61a99e2704740b80287247e9f47a Mon Sep 17 00:00:00 2001 From: Julian Gonggrijp Date: Thu, 15 Apr 2021 14:27:39 +0200 Subject: [PATCH 1/5] Revert .gitignore underscore.js from 57a4a0e (fix #2923) --- .gitignore | 3 --- 1 file changed, 3 deletions(-) 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* From 9cda0b09742c9ed6ae5e1bccb709b63f32a04f45 Mon Sep 17 00:00:00 2001 From: Julian Gonggrijp Date: Thu, 15 Apr 2021 14:59:26 +0200 Subject: [PATCH 2/5] Add some build clarifications to the documentation (#2923) --- index.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/index.html b/index.html index e76d1c507..b7579838d 100644 --- a/index.html +++ b/index.html @@ -547,6 +547,14 @@

v1.13.0 CDN URLs (Use with +

+ In most cases, you can replace the version number above by + latest so that your embed will automatically use the latest + version, or stable if you want to delay updating until an update + has proven to be free of accidental breaking changes. Example:
+ https://cdn.jsdelivr.net/npm/underscore@latest/underscore-umd-min.js +

+

Package Installation

    @@ -561,6 +569,13 @@

    Package Installation

+

+ If you are hardcoding the path to the file within the package and you + are unsure which build to use, it is very likely that you need + underscore-umd.js or the minified variant + underscore-umd-min.js. +

+

Monolithic Import (recommended)

    From 76c8d8a05db2d0f9ecfb193ba2ab7780c4a26441 Mon Sep 17 00:00:00 2001 From: Julian Gonggrijp Date: Thu, 15 Apr 2021 15:01:56 +0200 Subject: [PATCH 3/5] Bump the version to 1.13.1 --- index.html | 22 +++++++++++----------- modules/_setup.js | 2 +- modules/index.js | 2 +- package-lock.json | 2 +- package.json | 2 +- underscore-esm.js | 4 ++-- underscore-node-f.cjs | 4 ++-- underscore-node.cjs | 2 +- underscore-node.mjs | 2 +- underscore-umd.js | 4 ++-- 10 files changed, 23 insertions(+), 23 deletions(-) diff --git a/index.html b/index.html index b7579838d..ca136dbfe 100644 --- a/index.html +++ b/index.html @@ -186,7 +186,7 @@