Skip to content

Commit 3aea842

Browse files
committed
Version 1.7.0
PR-URL: #187
1 parent 425822a commit 3aea842

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.0][] - 2021-05-24
6+
57
- Fix method access check
68
- Rename id field to support new auth
79

@@ -85,7 +87,8 @@ Module stub v0.0.0 and all before 1.0.0 are experiments with syntactic and
8587
binary structures and multiple different ideas originated from JSTP and old
8688
protocols like USP and CLEAR.
8789

88-
[unreleased]: https://github.com/metarhia/metacom/compare/v1.6.1...HEAD
90+
[unreleased]: https://github.com/metarhia/metacom/compare/v1.7.0...HEAD
91+
[1.7.0]: https://github.com/metarhia/metacom/compare/v1.6.1...v1.7.0
8992
[1.6.1]: https://github.com/metarhia/metacom/compare/v1.6.0...v1.6.1
9093
[1.6.0]: https://github.com/metarhia/metacom/compare/v1.5.3...v1.6.0
9194
[1.5.3]: https://github.com/metarhia/metacom/compare/v1.5.2...v1.5.3

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.6.1",
3+
"version": "1.7.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",

0 commit comments

Comments
 (0)