Skip to content

Commit

Permalink
Version 3.1.1
Browse files Browse the repository at this point in the history
PR-URL: #463
  • Loading branch information
tshemsedinov committed Oct 8, 2023
1 parent 8a610c7 commit 5391704
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased][unreleased]

## [3.1.1][] - 2023-10-09

- Fix: do not serve API over http and ws on balancing port

## [3.1.0][] - 2023-10-06

- Decompose bind to init and listen to handle EADDRINUSE and escalate error
Expand Down Expand Up @@ -245,7 +249,8 @@ Module stub v0.0.0 and all before 1.0.0 are experiments with syntactic and
binary structures and multiple different ideas originated from JSTP and old
protocols like USP and CLEAR.

[unreleased]: https://github.com/metarhia/metacom/compare/v3.1.0...HEAD
[unreleased]: https://github.com/metarhia/metacom/compare/v3.1.1...HEAD
[3.1.1]: https://github.com/metarhia/metacom/compare/v3.1.0...v3.1.1
[3.1.0]: https://github.com/metarhia/metacom/compare/v3.0.6...v3.1.0
[3.0.6]: https://github.com/metarhia/metacom/compare/v3.0.5...v3.0.6
[3.0.5]: https://github.com/metarhia/metacom/compare/v3.0.4...v3.0.5
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metacom",
"version": "3.1.0",
"version": "3.1.1",
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>",
"description": "Communication protocol for Metarhia stack with rpc, events, binary streams, memory and db access",
"license": "MIT",
Expand Down Expand Up @@ -53,7 +53,7 @@
"node": "18 || 20"
},
"dependencies": {
"metautil": "^3.13.0",
"metautil": "^3.14.0",
"ws": "^8.14.0"
},
"devDependencies": {
Expand Down

0 comments on commit 5391704

Please sign in to comment.