You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update the confusing attributes ifShortSHA and ifGitSHA. If you want to enable ifShortSHA, you do not need to configure ifGitSHA to be true. (by @littlecxm)
The default value of ifShortSHA is changed to false.
v0.0.11
Support export version field in the entry file.
v0.0.10
Fix the bug that the version is not defined global after ifGlobal: true.
v0.0.9
The ifGlobal setting mode is switched to vite.define, so that the node.js environment can read. (by @censujiang)
v0.0.8
Support provide a custom command to retrieve the version. (by @kgutwin)