Skip to content

Commit

Permalink
chore(release): v2.83.0
Browse files Browse the repository at this point in the history
  • Loading branch information
isuvorov committed Aug 4, 2022
1 parent 2108749 commit 30f1b44
Show file tree
Hide file tree
Showing 11 changed files with 55 additions and 9 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.83.0](https://github.com/lskjs/lskjs/compare/v2.82.0...v2.83.0) (2022-08-04)


### Bug Fixes

* **proxy:** prevent PROXY_MANAGER_LIST_EMPTY error ([2108749](https://github.com/lskjs/lskjs/commit/210874906ed47951a8ba6d77210d77e381dce814))


### Features

* **rabbit:** add expired in healthcheck queue ([492995f](https://github.com/lskjs/lskjs/commit/492995f583bc20b062c452cc71cd9674142b6013))





# [2.82.0](https://github.com/lskjs/lskjs/compare/v2.81.0...v2.82.0) (2022-07-19)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.82.0",
"version": "2.83.0",
"packages": [
"packages/*"
],
Expand Down
11 changes: 11 additions & 0 deletions packages/proxy/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.83.0](https://github.com/lskjs/lskjs/compare/v2.82.0...v2.83.0) (2022-08-04)


### Bug Fixes

* **proxy:** prevent PROXY_MANAGER_LIST_EMPTY error ([2108749](https://github.com/lskjs/lskjs/commit/210874906ed47951a8ba6d77210d77e381dce814))





# [2.82.0](https://github.com/lskjs/lskjs/compare/v2.81.0...v2.82.0) (2022-07-19)


Expand Down
2 changes: 1 addition & 1 deletion packages/proxy/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/proxy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lskjs/proxy",
"version": "2.82.0",
"version": "2.83.0",
"description": "LSK module for proxy.",
"keywords": [
"proxy",
Expand Down
11 changes: 11 additions & 0 deletions packages/rabbit/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.83.0](https://github.com/lskjs/lskjs/compare/v2.82.0...v2.83.0) (2022-08-04)


### Features

* **rabbit:** add expired in healthcheck queue ([492995f](https://github.com/lskjs/lskjs/commit/492995f583bc20b062c452cc71cd9674142b6013))





# [2.78.0](https://github.com/lskjs/lskjs/compare/v2.77.0...v2.78.0) (2022-06-28)


Expand Down
2 changes: 1 addition & 1 deletion packages/rabbit/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/rabbit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lskjs/rabbit",
"version": "2.78.0",
"version": "2.83.0",
"description": "LSK module for rabbit.",
"keywords": [
"queue",
Expand Down
8 changes: 8 additions & 0 deletions packages/worker/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.83.0](https://github.com/lskjs/lskjs/compare/v2.82.0...v2.83.0) (2022-08-04)

**Note:** Version bump only for package @lskjs/worker





# [2.82.0](https://github.com/lskjs/lskjs/compare/v2.81.0...v2.82.0) (2022-07-19)

**Note:** Version bump only for package @lskjs/worker
Expand Down
2 changes: 1 addition & 1 deletion packages/worker/package-lock.json

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

6 changes: 3 additions & 3 deletions packages/worker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lskjs/worker",
"version": "2.82.0",
"version": "2.83.0",
"description": "LSK module for worker.",
"keywords": [
"worker",
Expand Down Expand Up @@ -32,13 +32,13 @@
"@lskjs/env": "2.65.1",
"@lskjs/err": "2.65.1",
"@lskjs/module": "2.76.0",
"@lskjs/proxy": "2.82.0",
"@lskjs/proxy": "2.83.0",
"@lskjs/stats": "2.76.0",
"@lskjs/utils": "2.72.0"
},
"devDependencies": {
"@lskjs/kafka": "2.76.2",
"@lskjs/rabbit": "2.78.0",
"@lskjs/rabbit": "2.83.0",
"bluebird": "3.7.2",
"lodash": "4.17.21"
},
Expand Down

0 comments on commit 30f1b44

Please sign in to comment.