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

Commits on Apr 8, 2021

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

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Apr 8, 2021
    Copy the full SHA
    5a9651b View commit details
  2. chore: release 3.16.1 (#2098)

    Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
    token-generator-app[bot] authored Apr 8, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    f881b66 View commit details
Showing with 28 additions and 21 deletions.
  1. +7 −0 CHANGELOG.md
  2. +18 −18 package-lock.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.16.1](https://www.github.com/netlify/cli/compare/v3.16.0...v3.16.1) (2021-04-08)


### Bug Fixes

* **deps:** update netlify packages ([#2097](https://www.github.com/netlify/cli/issues/2097)) ([5a9651b](https://www.github.com/netlify/cli/commit/5a9651ba7e9851a8c62a9c66c591a8e34315963f))

## [3.16.0](https://www.github.com/netlify/cli/compare/v3.15.2...v3.16.0) (2021-04-07)


36 changes: 18 additions & 18 deletions package-lock.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.16.0",
"version": "3.16.1",
"author": "Netlify Inc.",
"contributors": [
"Mathias Biilmann <matt@netlify.com> (https://twitter.com/biilmann)",
@@ -74,8 +74,8 @@
"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\" \"!package-lock.json\""
},
"dependencies": {
"@netlify/build": "^10.2.4",
"@netlify/config": "^5.4.0",
"@netlify/build": "^10.2.5",
"@netlify/config": "^5.5.1",
"@netlify/framework-info": "^3.3.0",
"@netlify/plugin-edge-handlers": "^1.11.6",
"@netlify/plugins-list": "^2.6.0",