Skip to content

Commit 5391704

Browse files
committed
Version 3.1.1
PR-URL: #463
1 parent 8a610c7 commit 5391704

File tree

3 files changed

+14
-9
lines changed

3 files changed

+14
-9
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [Unreleased][unreleased]
44

5+
## [3.1.1][] - 2023-10-09
6+
7+
- Fix: do not serve API over http and ws on balancing port
8+
59
## [3.1.0][] - 2023-10-06
610

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

248-
[unreleased]: https://github.com/metarhia/metacom/compare/v3.1.0...HEAD
252+
[unreleased]: https://github.com/metarhia/metacom/compare/v3.1.1...HEAD
253+
[3.1.1]: https://github.com/metarhia/metacom/compare/v3.1.0...v3.1.1
249254
[3.1.0]: https://github.com/metarhia/metacom/compare/v3.0.6...v3.1.0
250255
[3.0.6]: https://github.com/metarhia/metacom/compare/v3.0.5...v3.0.6
251256
[3.0.5]: https://github.com/metarhia/metacom/compare/v3.0.4...v3.0.5

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "metacom",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"author": "Timur Shemsedinov <[email protected]>",
55
"description": "Communication protocol for Metarhia stack with rpc, events, binary streams, memory and db access",
66
"license": "MIT",
@@ -53,7 +53,7 @@
5353
"node": "18 || 20"
5454
},
5555
"dependencies": {
56-
"metautil": "^3.13.0",
56+
"metautil": "^3.14.0",
5757
"ws": "^8.14.0"
5858
},
5959
"devDependencies": {

0 commit comments

Comments
 (0)