From b675d2d414d8e46476c448a57ee9f932959fc7ef Mon Sep 17 00:00:00 2001 From: Timur Shemsedinov Date: Mon, 13 Feb 2023 19:51:11 +0200 Subject: [PATCH] Version 3.0.0-alpha.6 PR-URL: https://github.com/metarhia/metacom/pull/369 --- CHANGELOG.md | 5 ++++- LICENSE | 2 +- README.md | 2 +- package-lock.json | 2 +- package.json | 2 +- 5 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34fbb49e..dfe9de7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased][unreleased] +## [3.0.0-alpha.6][] - 2023-02-13 + - Fix `httpCall` for `Client` - Fix `close` event call for `Client` instance on `Channel` destroy @@ -231,7 +233,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.5...HEAD +[unreleased]: https://github.com/metarhia/metacom/compare/v3.0.0-alpha.6...HEAD +[3.0.0-alpha.6]: https://github.com/metarhia/metacom/compare/v3.0.0-alpha.5...v3.0.0-alpha.6 [3.0.0-alpha.5]: https://github.com/metarhia/metacom/compare/v3.0.0-alpha.4...v3.0.0-alpha.5 [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 diff --git a/LICENSE b/LICENSE index 3f9ee8fc..059d6e5c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018-2022 Metarhia contributors +Copyright (c) 2018-2023 Metarhia contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index e4eaf436..4df94803 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,6 @@ async ({ name }) => { ## License & Contributors -Copyright (c) 2018-2022 [Metarhia contributors](https://github.com/metarhia/metacom/graphs/contributors). +Copyright (c) 2018-2023 [Metarhia contributors](https://github.com/metarhia/metacom/graphs/contributors). Metacom is [MIT licensed](./LICENSE).\ Metacom is a part of [Metarhia](https://github.com/metarhia) technology stack. diff --git a/package-lock.json b/package-lock.json index 336000e0..791d99a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "metacom", - "version": "3.0.0-alpha.5", + "version": "3.0.0-alpha.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8f0fc924..cde0178b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "metacom", - "version": "3.0.0-alpha.5", + "version": "3.0.0-alpha.6", "author": "Timur Shemsedinov ", "description": "Communication protocol for Metarhia stack with rpc, events, binary streams, memory and db access", "license": "MIT",