From 1f2bf33a7150dc1a434d075e242bf3d2c7a136cc Mon Sep 17 00:00:00 2001 From: Timur Shemsedinov Date: Thu, 3 Jun 2021 00:17:10 +0300 Subject: [PATCH] Version 1.7.1 PR-URL: https://github.com/metarhia/metacom/pull/191 --- 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 7f59e7ee..467e4ff9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased][unreleased] +## [1.7.1][] - 2021-06-03 + - Update dependencies for security reasons ## [1.7.0][] - 2021-05-24 @@ -89,7 +91,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.7.0...HEAD +[unreleased]: https://github.com/metarhia/metacom/compare/v1.7.1...HEAD +[1.7.1]: https://github.com/metarhia/metacom/compare/v1.7.0...v1.7.1 [1.7.0]: https://github.com/metarhia/metacom/compare/v1.6.1...v1.7.0 [1.6.1]: https://github.com/metarhia/metacom/compare/v1.6.0...v1.6.1 [1.6.0]: https://github.com/metarhia/metacom/compare/v1.5.3...v1.6.0 diff --git a/package-lock.json b/package-lock.json index f20358c0..ea5a7d5a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "metacom", - "version": "1.7.0", + "version": "1.7.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ec04f93d..228d4024 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "metacom", - "version": "1.7.0", + "version": "1.7.1", "author": "Timur Shemsedinov ", "description": "Communication protocol for Metarhia stack with rpc, events, binary streams, memory and db access", "license": "MIT",