Skip to content

Releases: nodenv/nodenv-default-packages

v1.0.2

08 Sep 13:58
v1.0.2
334f216

Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.0.2

v1.0.1

28 Jul 14:30
v1.0.1
0a75a92

Choose a tag to compare

What's Changed

  • Update @nodenv/nodenv: 1.3.0 → 1.3.2 (patch) by @depfu[bot] in #31
  • Update @nodenv/nodenv: 1.3.2 → 1.4.0 (minor) by @depfu[bot] in #32
  • Switch from TravisCI to GitHub Actions by @jasonkarns in #33
  • Update bats: 1.1.0 → 1.4.1 (minor) by @depfu[bot] in #36
  • Update bats: 1.4.1 → 1.5.0 (minor) by @depfu[bot] in #37
  • Update bats: 1.5.0 → 1.6.0 (minor) by @depfu[bot] in #38
  • Update @nodenv/nodenv: 1.4.0 → 1.4.1 (patch) by @depfu[bot] in #43
  • Update bats: 1.6.0 → 1.9.0 (minor) by @depfu[bot] in #42
  • Update bats 1.9.0 → 1.10.0 (minor) by @depfu[bot] in #44
  • Update bats 1.10.0 → 1.11.0 (minor) by @depfu[bot] in #46
  • Update bats-mock 1.0.1 → 1.1.0 (minor) by @depfu[bot] in #47
  • Update @nodenv/nodenv 1.4.1 → 1.5.0 (minor) by @depfu[bot] in #48
  • Update bats-mock 1.1.0 → 1.2.5 (minor) by @depfu[bot] in #49
  • Update bats 1.11.0 → 1.11.1 (patch) by @depfu[bot] in #50
  • Update bats 1.11.1 → 1.12.0 (minor) by @depfu[bot] in #51
  • [StepSecurity] Apply security best practices by @stepsecurity-app[bot] in #52
  • Batch and cooldown dependabot PRs by @jasonkarns in #53
  • Sync default branch by @jasonkarns in #54
  • Bump actions/checkout from 2.7.0 to 4.2.2 in the gh-actions group by @dependabot[bot] in #55
  • Update @nodenv/nodenv 1.5.0 → 1.6.1 (minor) by @depfu[bot] in #58
  • Use shared nodenv workflows by @jasonkarns in #56

New Contributors

  • @stepsecurity-app[bot] made their first contribution in #52
  • @dependabot[bot] made their first contribution in #55

Full Changelog: v1.0.0...v1.0.1

v1.0.0

23 Sep 18:08

Choose a tag to compare

Added

  • New files subcommand prints files that will be used to determine the packages to install by default #27
  • Respects XDG Base Directory Spec when searching for default-packages file(s). #27

Changed

  • Commands exit with nonzero status (error) when no default-packages file can be found. #20
  • Performance improvement: only invoke npm once (installing all packages at once) instead of invoking npm per package. #28