8000 Merge branch 'main' into update-readme · lodash/lodash@b46d1f8 · GitHub
[go: up one dir, main page]

Skip to content

Commit b46d1f8

Browse files
Merge branch 'main' into update-readme
2 parents a1ca55f + 62b439f commit b46d1f8

File tree

9 files changed

+330
-330
lines changed

9 files changed

+330
-330
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# lodash v4.17.21
1+
# lodash v4.17.23
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.17.21/dist/lodash.core.js) ([~4 kB gzipped](https://raw.githubusercontent.com/lodash/lodash/4.17.21/dist/lodash.core.min.js))
28-
* [Full build](https://raw.githubusercontent.com/lodash/lodash/4.17.21/dist/lodash.js) ([~24 kB gzipped](https://raw.githubusercontent.com/lodash/lodash/4.17.21/dist/lodash.min.js))
27+
* [Core build](https://raw.githubusercontent.com/lodash/lodash/4.17.23/dist/lodash.core.js) ([~4 kB gzipped](https://raw.githubusercontent.com/lodash/lodash/4.17.23/dist/lodash.core.min.js))
28+
* [Full build](https://raw.githubusercontent.com/lodash/lodash/4.17.23/dist/lodash.js) ([~24 kB gzipped](https://raw.githubusercontent.com/lodash/lodash/4.17.23/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.17.21/LICENSE) & supports modern environments.<br>
31+
Lodash is released under the [MIT license](https://raw.githubusercontent.com/lodash/lodash/4.17.23/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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
var undefined;
1414

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

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

dist/lodash.core.min.js

Lines changed: 2 additions & 2 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.17.21';
15+
var VERSION = '4.17.23';
1616

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

dist/lodash.min.js

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

0 commit comments

Comments
 (0)
0