Skip to content

Commit 44df929

Browse files
committed
Bump the version to 1.12.1
1 parent 7e89b79 commit 44df929

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

modules/_setup.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Current version.
2-
export var VERSION = '1.12.0';
2+
export var VERSION = '1.12.1';
33

44
// Establish the root object, `window` (`self`) in the browser, `global`
55
// on the server, or `this` in some virtual machines. We use `self`

modules/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Named Exports
22
// =============
33

4-
// Underscore.js 1.12.0
4+
// Underscore.js 1.12.1
55
// https://underscorejs.org
66
// (c) 2009-2020 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
77
// Underscore may be freely distributed under the MIT license.

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"main": "underscore.js",
1818
"module": "modules/index-all.js",
19-
"version": "1.12.0",
19+
"version": "1.12.1",
2020
"devDependencies": {
2121
"coveralls": "^2.11.2",
2222
"docco": "^0.8.0",

underscore-esm.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

underscore.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)