Skip to content

Latest commit

 

History

History
74 lines (39 loc) · 1.26 KB

CHANGELOG.md

File metadata and controls

74 lines (39 loc) · 1.26 KB

Changelog

The format of this document is inspired by Keep a Changelog and the project follows Semantic Versioning.

Unreleased

Breaking Changes

None.

New Features

None.

Bug Fixes

None.

Internal Changes

None.

0.3.0

New Features

  • Add a new option curlrc which allows pipelines to pass extra arguments to curl commands.

0.2.1

Bug Fixes

  • Fix issue in macOS when a script tried to source the $NVM_DIR [#9]

0.2.0

Bug Fixes

  • Fix issue where the plugin fails on macOS VMs.
  • Fix issue where the plugin fails when no .nvmrc file and no node version specified.

0.1.0

New Features

  • Install node using nvm and update the running pipeline's process to use the installed node.