Skip to content

Commit 6d3dbe4

Browse files
committed
Version 3.0.0-alpha.10
PR-URL: #401
1 parent 0f36e00 commit 6d3dbe4

3 files changed

Lines changed: 13 additions & 5 deletions

File tree

CHANGELOG.md

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

33
## [Unreleased][unreleased]
44

5+
## [3.0.0-alpha.10][] - 2023-05-03
6+
7+
- Drop node.js 14 support, add node.js 20
8+
- Convert package_lock.json to lockfileVersion 2
9+
- Fix client-side `Chunk` usage
10+
- Update dependencies
11+
512
## [3.0.0-alpha.9][] - 2023-04-22
613

714
- Implement metacom3 specs: https://github.com/metarhia/Contracts/blob/master/doc/Metacom.md
@@ -255,7 +262,8 @@ Module stub v0.0.0 and all before 1.0.0 are experiments with syntactic and
255262
binary structures and multiple different ideas originated from JSTP and old
256263
protocols like USP and CLEAR.
257264

258-
[unreleased]: https://github.com/metarhia/metacom/compare/v3.0.0-alpha.9...HEAD
265+
[unreleased]: https://github.com/metarhia/metacom/compare/v3.0.0-alpha.10...HEAD
266+
[3.0.0-alpha.10]: https://github.com/metarhia/metacom/compare/v3.0.0-alpha.9...v3.0.0-alpha.10
259267
[3.0.0-alpha.9]: https://github.com/metarhia/metacom/compare/v3.0.0-alpha.8...v3.0.0-alpha.9
260268
[3.0.0-alpha.8]: https://github.com/metarhia/metacom/compare/v3.0.0-alpha.7...v3.0.0-alpha.8
261269
[3.0.0-alpha.7]: https://github.com/metarhia/metacom/compare/v3.0.0-alpha.6...v3.0.0-alpha.7

package-lock.json

Lines changed: 3 additions & 3 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.0-alpha.9",
3+
"version": "3.0.0-alpha.10",
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)