Skip to content

Commit

Permalink
Version 3.0.0-alpha.4
Browse files Browse the repository at this point in the history
PR-URL: #342
  • Loading branch information
tshemsedinov committed Jul 30, 2022
1 parent 2573c4b commit be5faa0
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 11 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased][unreleased]

## [3.0.0-alpha.4][] - 2022-07-30

- Package maintenance

## [3.0.0-alpha.3][] - 2022-07-26

- Add metacom binary streams
Expand Down Expand Up @@ -215,7 +219,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.3...HEAD
[unreleased]: https://github.com/metarhia/metacom/compare/v3.0.0-alpha.4...HEAD
[3.0.0-alpha.4]: https://github.com/metarhia/metacom/compare/v3.0.0-alpha.3...v3.0.0-alpha.4
[3.0.0-alpha.3]: https://github.com/metarhia/metacom/compare/v3.0.0-alpha.2...v3.0.0-alpha.3
[3.0.0-alpha.2]: https://github.com/metarhia/metacom/compare/v3.0.0-alpha.1...v3.0.0-alpha.2
[3.0.0-alpha.1]: https://github.com/metarhia/metacom/compare/v2.0.7...v3.0.0-alpha.1
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metacom",
"version": "3.0.0-alpha.3",
"version": "3.0.0-alpha.4",
"author": "Timur Shemsedinov <[email protected]>",
"description": "Communication protocol for Metarhia stack with rpc, events, binary streams, memory and db access",
"license": "MIT",
Expand Down Expand Up @@ -53,11 +53,11 @@
"node": "14 || 16 || 18"
},
"dependencies": {
"metautil": "^3.5.21",
"metautil": "^3.5.22",
"ws": "^8.8.1"
},
"devDependencies": {
"@types/node": "^18.6.1",
"@types/node": "^18.6.2",
"@types/ws": "^8.5.3",
"eslint": "^8.20.0",
"eslint-config-metarhia": "^8.1.0",
Expand Down

0 comments on commit be5faa0

Please sign in to comment.