From ec9da8cce4002964376c23d50e95751e9c4dc293 Mon Sep 17 00:00:00 2001 From: Timur Shemsedinov Date: Fri, 19 Feb 2021 16:12:27 +0200 Subject: [PATCH] Version 1.5.1 PR-URL: https://github.com/metarhia/metacom/pull/150 --- CHANGELOG.md | 5 ++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe2bc436..557a63d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased][unreleased] +## [1.5.1][] - 2021-02-19 + - Fix restore session for Channel ## [1.5.0][] - 2021-02-19 @@ -54,7 +56,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/v1.5.0...HEAD +[unreleased]: https://github.com/metarhia/metacom/compare/v1.5.1...HEAD +[1.5.1]: https://github.com/metarhia/metacom/compare/v1.5.0...v1.5.1 [1.5.0]: https://github.com/metarhia/metacom/compare/v1.4.0...v1.5.0 [1.4.0]: https://github.com/metarhia/metacom/compare/v1.3.1...v1.4.0 [1.3.1]: https://github.com/metarhia/metacom/compare/v1.3.0...v1.3.1 diff --git a/package-lock.json b/package-lock.json index 1309b365..1e6a8fa7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "metacom", - "version": "1.5.0", + "version": "1.5.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0ef453b6..cc94a66d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "metacom", - "version": "1.5.0", + "version": "1.5.1", "author": "Timur Shemsedinov ", "description": "Communication protocol for Metarhia stack with rpc, events, binary streams, memory and db access", "license": "MIT",