Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 6.11.2 #238

Merged
merged 6 commits into from
Aug 22, 2019
Merged

Release 6.11.2 #238

merged 6 commits into from
Aug 22, 2019

Commits on Aug 22, 2019

  1. cmd-shim@3.0.3

    Fix regression where shims fail to preserve exit code
    isaacs committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    9778a1b View commit details
    Browse the repository at this point in the history
  2. npm-package-arg@6.1.1

    Properly handle git+file: urls on Windows when a drive letter is
    included.
    isaacs committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    bf93e91 View commit details
    Browse the repository at this point in the history
  3. explore: escape args properly on Windows Bash

    Despite being bash, Node.js running on windows git mingw bash still
    executes child processes using cmd.exe.  As a result, arguments in this
    environment need to be escaped in the style of cmd.exe, not bash.
    isaacs committed Aug 22, 2019
    1 Configuration menu
    Copy the full SHA
    6cc4cc6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    291aba7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fea3a02 View commit details
    Browse the repository at this point in the history
  6. docs: change log for 6.11.2

    isaacs committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    a71c14c View commit details
    Browse the repository at this point in the history