alytus-ff 0.1.37 → 0.1.38

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
@@ -14,6 +14,8 @@ npm whoami
14
14
 
15
15
  docker exec -it alytusff_vue_1 npm run build
16
16
 
17
+ # Git commit and push
18
+
17
19
  npm version patch # Increment patch version (1.0.0 → 1.0.1)
18
20
  npm version minor # Increment minor version (1.0.0 → 1.1.0)
19
21
  npm version major # Increment major version (1.0.0 → 2.0.0)