Closed walkingriver closed 2 years ago
Do we need to bump its version number to 2.1.x or something? I'm not seeing a new version when I try to update it via npm
.
I haven't published yet, sorry. I think we need to do a major version bump because I removed support for node 12. Wanted to look at it again with fresh eyes before I pulled the trigger.
Everything else look ok to you in HEAD?
I haven't seen any issues, no. I do agree that a major bump is probably warranted, given that you are dropping support for Node 12.
Released v3.0.0
I saw that the API version of this command lets you specify the root URL in code, but not at the command line. This PR addresses that, adding --root (-r and WSD_ROOT) as CLI options.