Skip to content

Commit ae0f368

Browse files
committed
Version 3.2.6
1 parent 017de86 commit ae0f368

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG.md

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

33
## [Unreleased][unreleased]
44

5+
## [3.2.6][] - 2024-09-20
6+
57
- Migrate tests from metatests to Node.js native test runner
68
- Update dependencies, and remove metatests
79
- Update Node.js engine requirement to >=18, update CI
@@ -292,7 +294,8 @@ Module stub v0.0.0 and all before 1.0.0 are experiments with syntactic and
292294
binary structures and multiple different ideas originated from JSTP and old
293295
protocols like USP and CLEAR.
294296

295-
[unreleased]: https://github.com/metarhia/metacom/compare/v3.2.5...HEAD
297+
[unreleased]: https://github.com/metarhia/metacom/compare/v3.2.6...HEAD
298+
[3.2.6]: https://github.com/metarhia/metacom/compare/v3.2.5...v3.2.6
296299
[3.2.5]: https://github.com/metarhia/metacom/compare/v3.2.4...v3.2.5
297300
[3.2.4]: https://github.com/metarhia/metacom/compare/v3.2.3...v3.2.4
298301
[3.2.3]: https://github.com/metarhia/metacom/compare/v3.2.2...v3.2.3

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