Skip to content

Commit 70a526e

Browse files
dependabot[bot]rafixer
authored andcommitted
Bump lodash from 4.17.15 to 4.17.19
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.15...4.17.19) Signed-off-by: dependabot[bot] <[email protected]>
1 parent f4758d7 commit 70a526e

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.2.1] - 2020-09-17
9+
10+
### Changed
11+
12+
- Bump lodash from 4.17.15 to 4.17.19
13+
814
## [2.2.0] - 2020-09-17
915

1016
### Added
1117

12-
- new method: `workerNodes.getUsedWorkersReference` that return list with used workers in pool
18+
- new method: `workerNodes.getUsedWorkers` that return list with used workers in pool
1319

1420
## [2.1.0] - 2020-07-07
1521

@@ -100,6 +106,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
100106

101107
Initial release
102108

109+
[2.2.1]: https://github.com/allegro/node-worker-nodes/releases/tag/v2.2.1
110+
[2.2.0]: https://github.com/allegro/node-worker-nodes/releases/tag/v2.2.0
103111
[2.1.0]: https://github.com/allegro/node-worker-nodes/releases/tag/v2.1.0
104112
[2.0.0]: https://github.com/allegro/node-worker-nodes/releases/tag/v2.0.0
105113
[1.5.0]: https://github.com/allegro/node-worker-nodes/releases/tag/v1.5.0

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "worker-nodes",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "A library to run cpu-intensive tasks without blocking the event loop.",
55
"keywords": [
66
"workers",

0 commit comments

Comments
 (0)