Skip to content

Commit f4a13db

Browse files
committed
Version 3.2.3
PR-URL: #500
1 parent 2b11579 commit f4a13db

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## [Unreleased][unreleased]
44

5+
## [3.2.3][] - 2024-04-27
6+
7+
- Fixed ping packets
8+
- Update dependencies
9+
510
## [3.2.2][] - 2024-03-26
611

712
- Fixed MetaReadable and MetaWritable
@@ -273,7 +278,8 @@ Module stub v0.0.0 and all before 1.0.0 are experiments with syntactic and
273278
binary structures and multiple different ideas originated from JSTP and old
274279
protocols like USP and CLEAR.
275280

276-
[unreleased]: https://github.com/metarhia/metacom/compare/v3.2.2...HEAD
281+
[unreleased]: https://github.com/metarhia/metacom/compare/v3.2.3...HEAD
282+
[3.2.3]: https://github.com/metarhia/metacom/compare/v3.2.2...v3.2.3
277283
[3.2.2]: https://github.com/metarhia/metacom/compare/v3.2.1...v3.2.2
278284
[3.2.1]: https://github.com/metarhia/metacom/compare/v3.2.0...v3.2.1
279285
[3.2.0]: https://github.com/metarhia/metacom/compare/v3.1.2...v3.2.0

package-lock.json

Lines changed: 2 additions & 2 deletions
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": "3.2.2",
3+
"version": "3.2.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)