Skip to content

v1.5.1

Compare
Choose a tag to compare
@github-actions github-actions released this 08 May 08:25
· 12 commits to master since this release

1.5.1 (2024-05-08)

Features

Bug Fixes

  • add #!/usr/bin/env node header (#49) (9dd9ce3)
  • handle 0.0.0.0:port binding (#26) (398bc4f)
  • ignore EADDRNOTAVAIL error when listen localhost (#33) (64777f8)
  • should double check 0.0.0.0 and localhost (#20) (0765f0e)
  • should ignore getaddrinfo ENOTFOUND error (#22) (792bccd)
  • try to use next available port (#16) (817105e)
  • typo on line 54 (#45) (a54e2ef)