Skip to content

Commit cb0b9b9

Browse files
authored
release(patch): bump main to 4.18.1 (#6177)
* docs: regenerate repo local docs * release:(patch): bump main to 4.18.1
1 parent 75535f5 commit cb0b9b9

9 files changed

Lines changed: 347 additions & 333 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# lodash v4.18.0
1+
# lodash v4.18.1
22

33
[Site](https://lodash.com/) |
44
[Docs](https://lodash.com/docs) |
@@ -24,11 +24,11 @@ $ lodash core -o ./dist/lodash.core.js
2424

2525
## Download
2626

27-
* [Core build](https://raw.githubusercontent.com/lodash/lodash/4.18.0/dist/lodash.core.js) ([~4 kB gzipped](https://raw.githubusercontent.com/lodash/lodash/4.18.0/dist/lodash.core.min.js))
28-
* [Full build](https://raw.githubusercontent.com/lodash/lodash/4.18.0/dist/lodash.js) ([~24 kB gzipped](https://raw.githubusercontent.com/lodash/lodash/4.18.0/dist/lodash.min.js))
27+
* [Core build](https://raw.githubusercontent.com/lodash/lodash/4.18.1/dist/lodash.core.js) ([~4 kB gzipped](https://raw.githubusercontent.com/lodash/lodash/4.18.1/dist/lodash.core.min.js))
28+
* [Full build](https://raw.githubusercontent.com/lodash/lodash/4.18.1/dist/lodash.js) ([~24 kB gzipped](https://raw.githubusercontent.com/lodash/lodash/4.18.1/dist/lodash.min.js))
2929
* [CDN copies](https://www.jsdelivr.com/projects/lodash)
3030

31-
Lodash is released under the [MIT license](https://raw.githubusercontent.com/lodash/lodash/4.18.0/LICENSE) & supports modern environments.<br>
31+
Lodash is released under the [MIT license](https://raw.githubusercontent.com/lodash/lodash/4.18.1/LICENSE) & supports modern environments.<br>
3232
Review the [build differences](https://github.com/lodash/lodash/wiki/build-differences) & pick one that’s right for you.
3333

3434
## Installation

dist/lodash.core.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @license
33
* Lodash (Custom Build) <https://lodash.com/>
4-
* Build: `lodash core -o ./dist/lodash.core.js`
4+
* Build: `lodash --source ./lodash.js core -o ./dist/lodash.core.js`
55
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
66
* Released under MIT license <https://lodash.com/license>
77
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
@@ -13,7 +13,7 @@
1313
var undefined;
1414

1515
/** Used as the semantic version number. */
16-
var VERSION = '4.18.0';
16+
var VERSION = '4.18.1';
1717

1818
/** Error message constants. */
1919
var FUNC_ERROR_TEXT = 'Expected a function';

dist/lodash.core.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/lodash.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
var undefined;
1313

1414
/** Used as the semantic version number. */
15-
var VERSION = '4.18.0';
15+
var VERSION = '4.18.1';
1616

1717
/** Used as the size to enable large array optimizations. */
1818
var LARGE_ARRAY_SIZE = 200;

0 commit comments

Comments
 (0)