Skip to content

Commit

Permalink
10.0.0
Browse files Browse the repository at this point in the history
- remove file parsing and obtain version from git by default (silverwind)
- only run main when on cli (silverwind)
- move top-level code into main (silverwind)
- move functions into index (silverwind)
- switch from jest to vitest (silverwind)
  • Loading branch information
silverwind committed Oct 19, 2022
1 parent 2ed8966 commit dfd9d1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "versions",
"version": "9.3.4",
"version": "10.0.0",
"description": "CLI to flexibly increment a project's version",
"author": "silverwind <me@silverwind.io>",
"repository": "silverwind/versions",
Expand Down

0 comments on commit dfd9d1b

Please # to comment.