Skip to content
This repository was archived by the owner on Aug 11, 2021. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: npm/npm-lifecycle
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.1
Choose a base ref
...
head repository: npm/npm-lifecycle
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.0
Choose a head ref
  • 3 commits
  • 4 files changed
  • 3 contributors

Commits on Jul 9, 2019

  1. revert tap update to test on node 6

    Note: this will be re-applied in the next semver major bump.
    isaacs committed Jul 9, 2019

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    07809fb View commit details

Commits on Jul 10, 2019

  1. node-gyp@5.0.2

    BREAKING CHANGE: requires modifying the version of node-gyp in npm cli.
    
    Required for npm/cli#208
    Fix: #37
    Close: #38
    PR-URL: #38
    Credit: @irega
    Reviewed-by: @isaacs
    Iván Reinoso García authored and isaacs committed Jul 10, 2019
    Copy the full SHA
    3c5aae6 View commit details
  2. chore(release): 3.0.0

    isaacs committed Jul 10, 2019

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    b6260aa View commit details
Showing with 313 additions and 2,932 deletions.
  1. +1 −1 .travis.yml
  2. +20 −0 CHANGELOG.md
  3. +288 −2,927 package-lock.json
  4. +4 −4 package.json
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js
sudo: false
node_js:
- "12"
- "10"
- "8"
- "6"
- "11"
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,26 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="3.0.0"></a>
# [3.0.0](https://github.com/npm/lifecycle/compare/v2.1.1...v3.0.0) (2019-07-10)


* node-gyp@5.0.2 ([3c5aae6](https://github.com/npm/lifecycle/commit/3c5aae6))


### BREAKING CHANGES

* requires modifying the version of node-gyp in npm cli.

Required for https://github.com/npm/cli/pull/208
Fix: https://github.com/npm/npm-lifecycle/issues/37
Close: https://github.com/npm/npm-lifecycle/issues/38
PR-URL: https://github.com/npm/npm-lifecycle/pull/38
Credit: @irega
Reviewed-by: @isaacs



<a name="2.1.1"></a>
## [2.1.1](https://github.com/npm/lifecycle/compare/v2.1.0...v2.1.1) (2019-05-08)

Loading