release-workflow-experiment@1.1.0
·
23 commits
to canary
since this release
Add greet() (376966b)
Returns a greeting for a name.
Pull request & contributors
Add a README (f24fcaf)
The npm page had no description.
Pull request & contributors
Export the version as a named export too (1731c09)
require("release-workflow-experiment").version now works.
Pull request & contributors
Handle an empty name in greet() (ec75ad1)
An empty name now greets the world instead of nobody.