Skip to content

Commit f2bbca5

Browse files
committed
Version 3.0.5
PR-URL: #450
1 parent 629c740 commit f2bbca5

3 files changed

Lines changed: 10 additions & 4 deletions

File tree

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.0.5][] - 2023-09-08
6+
7+
- Check static handler class
8+
- Update dependencies
9+
510
## [3.0.4][] - 2023-08-20
611

712
- 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
229234
binary structures and multiple different ideas originated from JSTP and old
230235
protocols like USP and CLEAR.
231236

232-
[unreleased]: https://github.com/metarhia/metacom/compare/v3.0.4...HEAD
237+
[unreleased]: https://github.com/metarhia/metacom/compare/v3.0.5...HEAD
238+
[3.0.5]: https://github.com/metarhia/metacom/compare/v3.0.4...v3.0.5
233239
[3.0.4]: https://github.com/metarhia/metacom/compare/v3.0.3...v3.0.4
234240
[3.0.3]: https://github.com/metarhia/metacom/compare/v3.0.2...v3.0.3
235241
[3.0.2]: https://github.com/metarhia/metacom/compare/v3.0.1...v3.0.2

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.0.4",
3+
"version": "3.0.5",
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)