Skip to content

Commit a4e5072

Browse files
committed
Version 1.5.3
PR-URL: #161
1 parent db87e70 commit a4e5072

3 files changed

Lines changed: 28 additions & 26 deletions

File tree

CHANGELOG.md

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

33
## [Unreleased][unreleased]
44

5+
## [1.5.3][] - 2021-02-28
6+
57
- Marshal timeout error to the client side
68
- Get user ip from Client class: `context.client.ip`
79
- Change queue configuration: https://github.com/metarhia/impress/issues/1484
@@ -67,7 +69,8 @@ Module stub v0.0.0 and all before 1.0.0 are experiments with syntactic and
6769
binary structures and multiple different ideas originated from JSTP and old
6870
protocols like USP and CLEAR.
6971

70-
[unreleased]: https://github.com/metarhia/metacom/compare/v1.5.2...HEAD
72+
[unreleased]: https://github.com/metarhia/metacom/compare/v1.5.3...HEAD
73+
[1.5.3]: https://github.com/metarhia/metacom/compare/v1.5.2...v1.5.3
7174
[1.5.2]: https://github.com/metarhia/metacom/compare/v1.5.1...v1.5.2
7275
[1.5.1]: https://github.com/metarhia/metacom/compare/v1.5.0...v1.5.1
7376
[1.5.0]: https://github.com/metarhia/metacom/compare/v1.4.0...v1.5.0

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "metacom",
3-
"version": "1.5.2",
3+
"version": "1.5.3",
44
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>",
55
"description": "Communication protocol for Metarhia stack with rpc, events, binary streams, memory and db access",
66
"license": "MIT",
@@ -54,9 +54,9 @@
5454
"ws": "^7.4.3"
5555
},
5656
"devDependencies": {
57-
"eslint": "^7.20.0",
57+
"eslint": "^7.21.0",
5858
"eslint-config-metarhia": "^7.0.1",
59-
"eslint-config-prettier": "^8.0.0",
59+
"eslint-config-prettier": "^8.1.0",
6060
"eslint-plugin-import": "^2.22.1",
6161
"eslint-plugin-prettier": "^3.3.1",
6262
"metatests": "^0.7.2",

0 commit comments

Comments
 (0)