Skip to content

Commit

Permalink
Bump the version to 1.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jgonggrijp committed Mar 14, 2021
1 parent 7e89b79 commit 44df929
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion modules/_setup.js
@@ -1,5 +1,5 @@
// Current version.
export var VERSION = '1.12.0';
export var VERSION = '1.12.1';

// Establish the root object, `window` (`self`) in the browser, `global`
// on the server, or `this` in some virtual machines. We use `self`
Expand Down
2 changes: 1 addition & 1 deletion modules/index.js
@@ -1,7 +1,7 @@
// Named Exports
// =============

// Underscore.js 1.12.0
// Underscore.js 1.12.1
// https://underscorejs.org
// (c) 2009-2020 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
// Underscore may be freely distributed under the MIT license.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -16,7 +16,7 @@
},
"main": "underscore.js",
"module": "modules/index-all.js",
"version": "1.12.0",
"version": "1.12.1",
"devDependencies": {
"coveralls": "^2.11.2",
"docco": "^0.8.0",
Expand Down
4 changes: 2 additions & 2 deletions underscore-esm.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions underscore.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 44df929

Please sign in to comment.