Skip to content

Commit c9dc8cb

Browse files
committed
Version 1.7.3
PR-URL: #196
1 parent 4519750 commit c9dc8cb

3 files changed

Lines changed: 6 additions & 3 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.7.3][] - 2021-06-08
6+
57
- Fix passing validation error to the client
68

79
## [1.7.2][] - 2021-06-06
@@ -97,7 +99,8 @@ Module stub v0.0.0 and all before 1.0.0 are experiments with syntactic and
9799
binary structures and multiple different ideas originated from JSTP and old
98100
protocols like USP and CLEAR.
99101

100-
[unreleased]: https://github.com/metarhia/metacom/compare/v1.7.2...HEAD
102+
[unreleased]: https://github.com/metarhia/metacom/compare/v1.7.3...HEAD
103+
[1.7.3]: https://github.com/metarhia/metacom/compare/v1.7.2...v1.7.3
101104
[1.7.2]: https://github.com/metarhia/metacom/compare/v1.7.1...v1.7.2
102105
[1.7.1]: https://github.com/metarhia/metacom/compare/v1.7.0...v1.7.1
103106
[1.7.0]: https://github.com/metarhia/metacom/compare/v1.6.1...v1.7.0

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "metacom",
3-
"version": "1.7.2",
3+
"version": "1.7.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",

0 commit comments

Comments
 (0)