Skip to content

Commit 3d81b45

Browse files
committed
Version 1.7.2
PR-URL: #194
1 parent 1596f11 commit 3d81b45

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased][unreleased]
44

5+
## [1.7.2][] - 2021-06-06
6+
57
- Move @types/ws to dev dependencies to reduce prod module size
68

79
## [1.7.1][] - 2021-06-03
@@ -93,7 +95,8 @@ Module stub v0.0.0 and all before 1.0.0 are experiments with syntactic and
9395
binary structures and multiple different ideas originated from JSTP and old
9496
protocols like USP and CLEAR.
9597

96-
[unreleased]: https://github.com/metarhia/metacom/compare/v1.7.1...HEAD
98+
[unreleased]: https://github.com/metarhia/metacom/compare/v1.7.2...HEAD
99+
[1.7.2]: https://github.com/metarhia/metacom/compare/v1.7.1...v1.7.2
97100
[1.7.1]: https://github.com/metarhia/metacom/compare/v1.7.0...v1.7.1
98101
[1.7.0]: https://github.com/metarhia/metacom/compare/v1.6.1...v1.7.0
99102
[1.6.1]: https://github.com/metarhia/metacom/compare/v1.6.0...v1.6.1

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "metacom",
3-
"version": "1.7.1",
3+
"version": "1.7.2",
44
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>",
55
"description": "Communication protocol for Metarhia stack with rpc, events, binary streams, memory and db access",
66
"license": "MIT",

0 commit comments

Comments
 (0)