From 0a63a3f1204eee0c2cdcf369089e8b8322308ddb Mon Sep 17 00:00:00 2001 From: Pavel Murygin Date: Fri, 24 Sep 2021 16:33:17 +0300 Subject: [PATCH] Update changelog header --- js-sdk/changelog.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/js-sdk/changelog.md b/js-sdk/changelog.md index 89849fc..da9d3b2 100644 --- a/js-sdk/changelog.md +++ b/js-sdk/changelog.md @@ -1,4 +1,8 @@ # Changelog -Similar to what we have in aqua book +Fluence JS versioning scheme is the following: `0.BREAKING.ENHANCING` + +* `0` shows that Fluence JS does not meet its vision yet, so API can change quickly +* `BREAKING` part is incremented for each breaking API change +* `ENHANCING` part is incremented for every fix and update which is compatible on API level