Skip to content

Commit

Permalink
Version 1.6.1
Browse files Browse the repository at this point in the history
PR-URL: #171
  • Loading branch information
tshemsedinov committed Apr 12, 2021
1 parent cbdf0bb commit 5a8e71d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## [Unreleased][unreleased]

## [1.6.1][] - 2021-04-13

- Fix and improve typings
- Publish typings to npm package

## [1.6.0][] - 2021-03-15

- Implement port re-bind
Expand Down Expand Up @@ -77,7 +82,8 @@ Module stub v0.0.0 and all before 1.0.0 are experiments with syntactic and
binary structures and multiple different ideas originated from JSTP and old
protocols like USP and CLEAR.

[unreleased]: https://github.com/metarhia/metacom/compare/v1.6.0...HEAD
[unreleased]: https://github.com/metarhia/metacom/compare/v1.6.1...HEAD
[1.6.1]: https://github.com/metarhia/metacom/compare/v1.6.0...v1.6.1
[1.6.0]: https://github.com/metarhia/metacom/compare/v1.5.3...v1.6.0
[1.5.3]: https://github.com/metarhia/metacom/compare/v1.5.2...v1.5.3
[1.5.2]: https://github.com/metarhia/metacom/compare/v1.5.1...v1.5.2
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metacom",
"version": "1.6.0",
"version": "1.6.1",
"author": "Timur Shemsedinov <[email protected]>",
"description": "Communication protocol for Metarhia stack with rpc, events, binary streams, memory and db access",
"license": "MIT",
Expand Down

0 comments on commit 5a8e71d

Please sign in to comment.