Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Releases: moonrepo/node-plugin

v0.11.5

08 Jul 22:47
769d069
Compare
Choose a tag to compare

🐞 Fixes

  • Fixed version parsing for versions that contain .x.

v0.11.4

02 Jul 22:36
f3ee466
Compare
Choose a tag to compare

🚀 Updates

  • Updated to support proto v0.37 release.

v0.11.3

25 Jun 19:13
ced3e26
Compare
Choose a tag to compare

🚀 Updates

  • Updated dependencies.

v0.11.2

17 Jun 00:55
f9bbb16
Compare
Choose a tag to compare

🐞 Fixes

  • Fixed yarn "2.4.3" not resolving or downloading correctly (it was published to the wrong package).

v0.11.1

03 Jun 01:03
d1b8b50
Compare
Choose a tag to compare

🚀 Updates

  • Updated to support proto v0.36 release.

v0.11.0

05 May 20:05
5376313
Compare
Choose a tag to compare

🚀 Updates

  • Updated to support proto v0.35 release.

v0.10.3

08 Apr 17:03
Compare
Choose a tag to compare

🐞 Fixes

  • Fixed yarn "latest" alias pointing to the v1 latest, instead of v4 (berry) latest.

v0.10.2

07 Apr 04:52
53a203b
Compare
Choose a tag to compare

🚀 Updates

  • Added a dist-url config setting, allowing the download host to be customized.

🐞 Fixes

  • Fixed .nvmrc and .node-version parsing when they contain comments.

v0.10.1

20 Mar 19:01
73a4281
Compare
Choose a tag to compare

🚀 Updates

  • Updated to support proto v0.32 release.

v0.10.0

01 Mar 21:57
251b51b
Compare
Choose a tag to compare

💥 Breaking

  • Removed install_global, use npm/pnpm/yarn instead.
  • Removed uninstall_global, use npm/pnpm/yarn instead.
  • Removed the intercept-globals config setting.

🚀 Updates

  • Added a new shared-globals-dir setting, which injects args/env vars into npm/pnpm/yarn commands when they attemp to install global packages.
  • Updated to support proto v0.31 release.
  • Updated dependencies.