Skip to content

v3.0.2

Compare
Choose a tag to compare
@jasonkarns jasonkarns released this 24 Jul 02:32
· 112 commits to master since this release
  • Credit JSON.sh and link to docs for options

  • Skip aliases

    No need to select aliases since the aliased node would already be included itself.

  • Handle non-semver node versions

    sh-semver emits warnings when non-semver strings are passed to it.
    So we should filter out and ignore any node versions that don't at least
    start with a number.

    This could be a lot smarter, and currently only works because node
    versions omit the implicit 'node-' prefix.