Skip to content

Commit

Permalink
Version 3.0.0-alpha.13
Browse files Browse the repository at this point in the history
PR-URL: #419
  • Loading branch information
tshemsedinov committed Jun 17, 2023
1 parent b4bfe72 commit 4621067
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## [Unreleased][unreleased]

## [3.0.0-alpha.13][] - 2023-06-17

- Support Content-Range, Accept-Ranges, Content-Length headers
- Fix multiple code style issues and improvements
- Update dependencies

## [3.0.0-alpha.12][] - 2023-06-08

- Serve static from balancing port
Expand Down Expand Up @@ -272,7 +278,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.0-alpha.12...HEAD
[unreleased]: https://github.com/metarhia/metacom/compare/v3.0.0-alpha.13...HEAD
[3.0.0-alpha.13]: https://github.com/metarhia/metacom/compare/v3.0.0-alpha.12...v3.0.0-alpha.13
[3.0.0-alpha.12]: https://github.com/metarhia/metacom/compare/v3.0.0-alpha.11...v3.0.0-alpha.12
[3.0.0-alpha.11]: https://github.com/metarhia/metacom/compare/v3.0.0-alpha.10...v3.0.0-alpha.11
[3.0.0-alpha.10]: https://github.com/metarhia/metacom/compare/v3.0.0-alpha.9...v3.0.0-alpha.10
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metacom",
"version": "3.0.0-alpha.12",
"version": "3.0.0-alpha.13",
"author": "Timur Shemsedinov <[email protected]>",
"description": "Communication protocol for Metarhia stack with rpc, events, binary streams, memory and db access",
"license": "MIT",
Expand Down

0 comments on commit 4621067

Please sign in to comment.