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