Skip to content

Commit

Permalink
build: bump version down to 0.0.1-rc.1
Browse files Browse the repository at this point in the history
Signed-off-by: Chapman Pendery <[email protected]>
  • Loading branch information
cpendery committed Feb 9, 2024
1 parent 92d2655 commit 8ddbcde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"lint:fix": "eslint src/ --ext .ts,.tsx --fix && prettier src/ --write",
"test:e2e": "npm run build && node index.js e2e.test.ts"
},
"version": "0.0.1",
"version": "0.0.1-rc.1",
"description": "Fast and precise end-to-end terminal testing framework",
"type": "module",
"engines": {
Expand Down

0 comments on commit 8ddbcde

Please sign in to comment.