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.6
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.7
Choose a head ref
  • 4 commits
  • 3 files changed
  • 3 contributors

Commits on May 12, 2021

  1. fix(deps): update dependency @netlify/plugins-list to ^2.11.2 (#2367)

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

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

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

    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
    c8184e5 View commit details
Showing with 32 additions and 23 deletions.
  1. +9 −0 CHANGELOG.md
  2. +20 −20 npm-shrinkwrap.json
  3. +3 −3 package.json
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -7,6 +7,15 @@ 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.7](https://www.github.com/netlify/cli/compare/v3.29.6...v3.29.7) (2021-05-12)


### Bug Fixes

* **deps:** update dependency @netlify/build to ^11.12.1 ([#2366](https://www.github.com/netlify/cli/issues/2366)) ([d170fd0](https://www.github.com/netlify/cli/commit/d170fd0f4c6820bd3ac29ff89d3d35a88e72aa1f))
* **deps:** update dependency @netlify/build to ^11.13.0 ([#2369](https://www.github.com/netlify/cli/issues/2369)) ([e30aed9](https://www.github.com/netlify/cli/commit/e30aed955f23b8547765dbd5172d16b4503a7bf5))
* **deps:** update dependency @netlify/plugins-list to ^2.11.2 ([#2367](https://www.github.com/netlify/cli/issues/2367)) ([42d7c38](https://www.github.com/netlify/cli/commit/42d7c386a3cf7bd9246f738ded76d03e30de3c1d))

### [3.29.6](https://www.github.com/netlify/cli/compare/v3.29.5...v3.29.6) (2021-05-12)


40 changes: 20 additions & 20 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.6",
"version": "3.29.7",
"author": "Netlify Inc.",
"contributors": [
"Mathias Biilmann <matt@netlify.com> (https://twitter.com/biilmann)",
@@ -75,11 +75,11 @@
"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.12.0",
"@netlify/build": "^11.13.0",
"@netlify/config": "^6.4.4",
"@netlify/framework-info": "^4.1.0",
"@netlify/plugin-edge-handlers": "^1.11.7",
"@netlify/plugins-list": "^2.11.1",
"@netlify/plugins-list": "^2.11.2",
"@netlify/traffic-mesh-agent": "^0.27.10",
"@netlify/zip-it-and-ship-it": "^3.10.0",
"@oclif/command": "^1.6.1",