From f885ffef013212a136bce57e63018abeb6fd22c0 Mon Sep 17 00:00:00 2001 From: Timur Shemsedinov Date: Sun, 20 Aug 2023 15:16:02 +0300 Subject: [PATCH] Version 3.0.4 PR-URL: https://github.com/metarhia/metacom/pull/442 --- CHANGELOG.md | 7 ++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53c77baa..b17e69ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/package-lock.json b/package-lock.json index a10ee3ec..be6b269d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "metacom", - "version": "3.0.3", + "version": "3.0.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "metacom", - "version": "3.0.3", + "version": "3.0.4", "license": "MIT", "dependencies": { "metautil": "^3.11.0", diff --git a/package.json b/package.json index cffd7b69..a929a1cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "metacom", - "version": "3.0.3", + "version": "3.0.4", "author": "Timur Shemsedinov ", "description": "Communication protocol for Metarhia stack with rpc, events, binary streams, memory and db access", "license": "MIT",