Skip to content

Commit f1de8d1

Browse files
committed
Version 1.4.0
PR-URL: #143
1 parent c880fb5 commit f1de8d1

3 files changed

Lines changed: 19 additions & 16 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.4.0][] - 2021-02-17
6+
57
- Fix error passing to client side
68
- Call application.invoke to execute methods with schema validation
79
- Don't pass context to `application.getMethod`
@@ -44,7 +46,8 @@ Module stub v0.0.0 and all before 1.0.0 are experiments with syntactic and
4446
binary structures and multiple different ideas originated from JSTP and old
4547
protocols like USP and CLEAR.
4648

47-
[unreleased]: https://github.com/metarhia/metacom/compare/v1.3.1...HEAD
49+
[unreleased]: https://github.com/metarhia/metacom/compare/v1.4.0...HEAD
50+
[1.4.0]: https://github.com/metarhia/metacom/compare/v1.3.1...v1.4.0
4851
[1.3.1]: https://github.com/metarhia/metacom/compare/v1.3.0...v1.3.1
4952
[1.3.0]: https://github.com/metarhia/metacom/compare/v1.2.0...v1.3.0
5053
[1.2.0]: https://github.com/metarhia/metacom/compare/v1.1.0...v1.2.0

package-lock.json

Lines changed: 13 additions & 13 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": "1.3.1",
3+
"version": "1.4.0",
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,7 +54,7 @@
5454
"ws": "^7.4.3"
5555
},
5656
"devDependencies": {
57-
"eslint": "^7.19.0",
57+
"eslint": "^7.20.0",
5858
"eslint-config-metarhia": "^7.0.1",
5959
"eslint-config-prettier": "^7.2.0",
6060
"eslint-plugin-import": "^2.22.1",

0 commit comments

Comments
 (0)