Skip to content

release-workflow-experiment@1.1.0

Choose a tag to compare

@resend-oss resend-oss released this 10 Sep 20:12
· 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.

Pull request & contributors

Fix greet() punctuation (8c7ea1b)

Pull request & contributors