Skip to content
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: netlify/cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.31.13
Choose a base ref
...
head repository: netlify/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.31.14
Choose a head ref
  • 3 commits
  • 3 files changed
  • 3 contributors

Commits on May 27, 2021

  1. fix(deps): update dependency netlify-redirect-parser to ^3.0.29 (#2491)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored May 27, 2021
    1
    Copy the full SHA
    ddf9319 View commit details
  2. fix(deps): update dependency @netlify/build to ^11.26.0 (#2493)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored May 27, 2021
    1
    Copy the full SHA
    5bee7ba View commit details
  3. chore: release 3.31.14 (#2492)

    Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
    token-generator-app[bot] authored May 27, 2021
    1
    Copy the full SHA
    3a06798 View commit details
Showing with 29 additions and 21 deletions.
  1. +8 −0 CHANGELOG.md
  2. +18 −18 npm-shrinkwrap.json
  3. +3 −3 package.json
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

### [3.31.14](https://www.github.com/netlify/cli/compare/v3.31.13...v3.31.14) (2021-05-27)


### Bug Fixes

* **deps:** update dependency @netlify/build to ^11.26.0 ([#2493](https://www.github.com/netlify/cli/issues/2493)) ([5bee7ba](https://www.github.com/netlify/cli/commit/5bee7bafc46ea9f59ce4e8441211e4375b59de1b))
* **deps:** update dependency netlify-redirect-parser to ^3.0.29 ([#2491](https://www.github.com/netlify/cli/issues/2491)) ([ddf9319](https://www.github.com/netlify/cli/commit/ddf931973c5624146d19e515d399e148409789fb))

### [3.31.13](https://www.github.com/netlify/cli/compare/v3.31.12...v3.31.13) (2021-05-27)


36 changes: 18 additions & 18 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "netlify-cli",
"description": "Netlify command line tool",
"version": "3.31.13",
"version": "3.31.14",
"author": "Netlify Inc.",
"contributors": [
"Mathias Biilmann <matt@netlify.com> (https://twitter.com/biilmann)",
@@ -75,7 +75,7 @@
"prettier": "--ignore-path .gitignore --loglevel=warn \"{src,scripts,site,tests,.github}/**/*.{js,md,yml,json,html}\" \"*.{js,yml,json,html}\" \".*.{js,yml,json,html}\" \"!CHANGELOG.md\" \"!npm-shrinkwrap.json\""
},
"dependencies": {
"@netlify/build": "^11.25.1",
"@netlify/build": "^11.26.0",
"@netlify/config": "^6.7.1",
"@netlify/framework-info": "^5.0.0",
"@netlify/plugin-edge-handlers": "^1.11.12",
@@ -149,7 +149,7 @@
"minimist": "^1.2.5",
"multiparty": "^4.2.1",
"netlify": "^7.0.0",
"netlify-redirect-parser": "^3.0.28",
"netlify-redirect-parser": "^3.0.29",
"netlify-redirector": "^0.2.1",
"node-fetch": "^2.6.0",
"node-version-alias": "^1.0.1",