diff --git a/CHANGELOG.md b/CHANGELOG.md index b17e69ed..d9b2d702 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## [Unreleased][unreleased] +## [3.0.5][] - 2023-09-08 + +- Check static handler class +- Update dependencies + ## [3.0.4][] - 2023-08-20 - Bugfixes: event packets parsing and prevent echo @@ -229,7 +234,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.4...HEAD +[unreleased]: https://github.com/metarhia/metacom/compare/v3.0.5...HEAD +[3.0.5]: https://github.com/metarhia/metacom/compare/v3.0.4...v3.0.5 [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 diff --git a/package-lock.json b/package-lock.json index d97ed905..0b605238 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "metacom", - "version": "3.0.4", + "version": "3.0.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "metacom", - "version": "3.0.4", + "version": "3.0.5", "license": "MIT", "dependencies": { "metautil": "^3.12.0", diff --git a/package.json b/package.json index 5852a71b..36d4bdea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "metacom", - "version": "3.0.4", + "version": "3.0.5", "author": "Timur Shemsedinov ", "description": "Communication protocol for Metarhia stack with rpc, events, binary streams, memory and db access", "license": "MIT",