Skip to content

Commit

Permalink
Version 3.0.3
Browse files Browse the repository at this point in the history
PR-URL: #440
  • Loading branch information
tshemsedinov committed Aug 19, 2023
1 parent ff9b378 commit 77d9148
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 32 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.3][] - 2023-08-19

- Bugfixes: sendEvent call, checking http or ws transport

## [3.0.2][] - 2023-08-14

- Bugfixes: MetaReadable, binary packages parsing and serialization
Expand Down Expand Up @@ -221,7 +225,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.2...HEAD
[unreleased]: https://github.com/metarhia/metacom/compare/v3.0.3...HEAD
[3.0.3]: https://github.com/metarhia/metacom/compare/v3.0.2...v3.0.3
[3.0.2]: https://github.com/metarhia/metacom/compare/v3.0.1...v3.0.2
[3.0.1]: https://github.com/metarhia/metacom/compare/v3.0.0...v3.0.1
[3.0.0]: https://github.com/metarhia/metacom/compare/v2.0.7...v3.0.0
Expand Down
52 changes: 25 additions & 27 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metacom",
"version": "3.0.2",
"version": "3.0.3",
"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 @@ -57,15 +57,15 @@
"ws": "^8.13.0"
},
"devDependencies": {
"@types/node": "^20.5.0",
"@types/node": "^20.5.1",
"@types/ws": "^8.5.5",
"eslint": "^8.47.0",
"eslint-config-metarhia": "^8.2.1",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-prettier": "^5.0.0",
"metatests": "^0.8.2",
"prettier": "^3.0.1",
"prettier": "^3.0.2",
"typescript": "^5.1.6"
}
}

0 comments on commit 77d9148

Please sign in to comment.