Skip to content

Commit

Permalink
chore: release main (#51)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Aug 14, 2024
1 parent 5143b7e commit 4da312b
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"packages/node-core": "2.0.6",
"packages/express": "2.0.7",
"packages/fastify": "2.1.3",
"packages/bullmq": "2.1.5",
"packages/bull": "2.0.5"
"packages/bullmq": "2.1.6",
"packages/bull": "2.0.6"
}
4 changes: 2 additions & 2 deletions package-lock.json

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

7 changes: 7 additions & 0 deletions packages/bull/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.0.6](https://github.com/judoscale/judoscale-node/compare/judoscale-bull-v2.0.5...judoscale-bull-v2.0.6) (2024-08-14)


### Bug Fixes

* bull package memory leak ([5143b7e](https://github.com/judoscale/judoscale-node/commit/5143b7e0ef70f30df0448f568fcabd7af45093a8))

## [2.0.5](https://github.com/judoscale/judoscale-node/compare/judoscale-bull-v2.0.4...judoscale-bull-v2.0.5) (2024-06-06)


Expand Down
2 changes: 1 addition & 1 deletion packages/bull/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "judoscale-bull",
"version": "2.0.5",
"version": "2.0.6",
"description": "Bull adapter for the Judoscale autoscaler",
"main": "src/index.js",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions packages/bullmq/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.1.6](https://github.com/judoscale/judoscale-node/compare/judoscale-bullmq-v2.1.5...judoscale-bullmq-v2.1.6) (2024-08-14)


### Bug Fixes

* bullmq package memory leak ([#50](https://github.com/judoscale/judoscale-node/issues/50)) ([3b80a03](https://github.com/judoscale/judoscale-node/commit/3b80a03dd092a1c880170bc03364b484917d30a9))

## [2.1.5](https://github.com/judoscale/judoscale-node/compare/judoscale-bullmq-v2.1.4...judoscale-bullmq-v2.1.5) (2024-06-06)


Expand Down
4 changes: 2 additions & 2 deletions packages/bullmq/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 packages/bullmq/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "judoscale-bullmq",
"version": "2.1.5",
"version": "2.1.6",
"description": "BullMQ adapter for the Judoscale autoscaler",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 4da312b

Please sign in to comment.