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.29.5
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.29.6
Choose a head ref
  • 2 commits
  • 3 files changed
  • 3 contributors

Commits on May 12, 2021

  1. fix(deps): update netlify packages (#2364)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored May 12, 2021
    1
    Copy the full SHA
    d3ecd5d View commit details
  2. chore: release 3.29.6 (#2365)

    Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
    token-generator-app[bot] authored May 12, 2021
    1
    Copy the full SHA
    e8c8923 View commit details
Showing with 26 additions and 19 deletions.
  1. +7 −0 CHANGELOG.md
  2. +16 −16 npm-shrinkwrap.json
  3. +3 −3 package.json
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -7,6 +7,13 @@ 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.29.6](https://www.github.com/netlify/cli/compare/v3.29.5...v3.29.6) (2021-05-12)


### Bug Fixes

* **deps:** update netlify packages ([#2364](https://www.github.com/netlify/cli/issues/2364)) ([d3ecd5d](https://www.github.com/netlify/cli/commit/d3ecd5d0a8be853520ad426fe954f2fdb5b2b1e6))

### [3.29.5](https://www.github.com/netlify/cli/compare/v3.29.4...v3.29.5) (2021-05-11)


32 changes: 16 additions & 16 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.29.5",
"version": "3.29.6",
"author": "Netlify Inc.",
"contributors": [
"Mathias Biilmann <matt@netlify.com> (https://twitter.com/biilmann)",
@@ -79,7 +79,7 @@
"@netlify/config": "^6.4.4",
"@netlify/framework-info": "^4.1.0",
"@netlify/plugin-edge-handlers": "^1.11.7",
"@netlify/plugins-list": "^2.10.0",
"@netlify/plugins-list": "^2.11.1",
"@netlify/traffic-mesh-agent": "^0.27.10",
"@netlify/zip-it-and-ship-it": "^3.10.0",
"@oclif/command": "^1.6.1",
@@ -148,7 +148,7 @@
"memoize-one": "^5.2.1",
"minimist": "^1.2.5",
"multiparty": "^4.2.1",
"netlify": "^6.1.28",
"netlify": "^6.1.29",
"netlify-redirect-parser": "^3.0.25",
"netlify-redirector": "^0.2.1",
"node-fetch": "^2.6.0",