Skip to content

Commit

Permalink
Version 3.2.3
Browse files Browse the repository at this point in the history
PR-URL: #500
  • Loading branch information
tshemsedinov committed Apr 26, 2024
1 parent 2b11579 commit f4a13db
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 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]

## [3.2.3][] - 2024-04-27

- Fixed ping packets
- Update dependencies

## [3.2.2][] - 2024-03-26

- Fixed MetaReadable and MetaWritable
Expand Down Expand Up @@ -273,7 +278,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.2.2...HEAD
[unreleased]: https://github.com/metarhia/metacom/compare/v3.2.3...HEAD
[3.2.3]: https://github.com/metarhia/metacom/compare/v3.2.2...v3.2.3
[3.2.2]: https://github.com/metarhia/metacom/compare/v3.2.1...v3.2.2
[3.2.1]: https://github.com/metarhia/metacom/compare/v3.2.0...v3.2.1
[3.2.0]: https://github.com/metarhia/metacom/compare/v3.1.2...v3.2.0
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.2.2",
"version": "3.2.3",
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>",
"description": "Communication protocol for Metarhia stack with rpc, events, binary streams, memory and db access",
"license": "MIT",
Expand Down

0 comments on commit f4a13db

Please sign in to comment.