Skip to content

Commit

Permalink
chore: release main (#46)
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 Jun 6, 2024
1 parent cdc26c5 commit f41db9c
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.5",
"packages/express": "2.0.6",
"packages/fastify": "2.1.2",
"packages/bullmq": "2.1.3",
"packages/bull": "2.0.3"
"packages/bullmq": "2.1.4",
"packages/bull": "2.0.4"
}
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.4](https://github.com/judoscale/judoscale-node/compare/judoscale-bull-v2.0.3...judoscale-bull-v2.0.4) (2024-06-06)


### Bug Fixes

* Include prioritized jobs in queue depth metric ([#45](https://github.com/judoscale/judoscale-node/issues/45)) ([cdc26c5](https://github.com/judoscale/judoscale-node/commit/cdc26c5ec9e6c71db1915c2a6652f6e59f696c0c))

## [2.0.3](https://github.com/judoscale/judoscale-node/compare/judoscale-bull-v2.0.2...judoscale-bull-v2.0.3) (2024-06-04)


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.3",
"version": "2.0.4",
"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.4](https://github.com/judoscale/judoscale-node/compare/judoscale-bullmq-v2.1.3...judoscale-bullmq-v2.1.4) (2024-06-06)


### Bug Fixes

* Include prioritized jobs in queue depth metric ([#45](https://github.com/judoscale/judoscale-node/issues/45)) ([cdc26c5](https://github.com/judoscale/judoscale-node/commit/cdc26c5ec9e6c71db1915c2a6652f6e59f696c0c))

## [2.1.3](https://github.com/judoscale/judoscale-node/compare/judoscale-bullmq-v2.1.2...judoscale-bullmq-v2.1.3) (2024-06-04)


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.3",
"version": "2.1.4",
"description": "BullMQ adapter for the Judoscale autoscaler",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit f41db9c

Please sign in to comment.