ff-automationv2 2.0.1-beta.0 → 2.1.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.
Files changed (2) hide show
  1. package/RELEASE_GUIDE.md +6 -0
  2. package/package.json +1 -1
@@ -0,0 +1,6 @@
1
+ git checkout feature/your-feature-name
2
+ git pull --rebase
3
+ git add .
4
+ git commit -m "feat: new changes"
5
+ npm version prerelease --preid=beta
6
+ git push --follow-tags
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ff-automationv2",
3
- "version": "2.0.1-beta.0",
3
+ "version": "2.1.0",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "description": "This lib is used to automate the manual testcase",