@moneytree/mt-link-javascript-sdk 4.1.0 → 4.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -31,7 +31,7 @@ We use [docsify](https://docsify.js.org/) to serve the documentation landing pag
31
31
  ### Publishing
32
32
 
33
33
  ```bash
34
- npm version
34
+ npm version (patch|minor|major) # chose the right version bump based on the changes, see https://semver.org
35
35
  # after merging the new version to master
36
36
  npm login
37
37
  npm publish