Skip to content

Commit

Permalink
Version 3.0.4
Browse files Browse the repository at this point in the history
PR-URL: #442
  • Loading branch information
tshemsedinov committed Aug 20, 2023
1 parent ca8d83e commit f885ffe
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased][unreleased]

## [3.0.4][] - 2023-08-20

- Bugfixes: event packets parsing and prevent echo

## [3.0.3][] - 2023-08-19

- Bugfixes: sendEvent call, checking http or ws transport
Expand Down Expand Up @@ -225,7 +229,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/v3.0.3...HEAD
[unreleased]: https://github.com/metarhia/metacom/compare/v3.0.4...HEAD
[3.0.4]: https://github.com/metarhia/metacom/compare/v3.0.3...v3.0.4
[3.0.3]: https://github.com/metarhia/metacom/compare/v3.0.2...v3.0.3
[3.0.2]: https://github.com/metarhia/metacom/compare/v3.0.1...v3.0.2
[3.0.1]: https://github.com/metarhia/metacom/compare/v3.0.0...v3.0.1
Expand Down
4 changes: 2 additions & 2 deletions 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": "3.0.3",
"version": "3.0.4",
"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 f885ffe

Please sign in to comment.