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

Commits on Jun 22, 2021

  1. chore(deps): update dependency @netlify/eslint-config-node to ^3.1.5 (#…

    …2725)
    
    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Jun 22, 2021
    1
    Copy the full SHA
    001d46e View commit details
  2. fix(deps): update dependency @netlify/zip-it-and-ship-it to ^4.4.2 (#…

    …2727)
    
    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Jun 22, 2021
    1
    Copy the full SHA
    1f48b08 View commit details
  3. chore: release 3.38.1 (#2729)

    Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
    token-generator-app[bot] authored Jun 22, 2021
    1
    Copy the full SHA
    7d1af9f 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.38.1](https://www.github.com/netlify/cli/compare/v3.38.0...v3.38.1) (2021-06-22)


### Bug Fixes

* **deps:** update dependency @netlify/zip-it-and-ship-it to ^4.4.2 ([#2727](https://www.github.com/netlify/cli/issues/2727)) ([1f48b08](https://www.github.com/netlify/cli/commit/1f48b08cc162d7d134523bf26cbc147cc04cd925))

## [3.38.0](https://www.github.com/netlify/cli/compare/v3.37.38...v3.38.0) (2021-06-22)


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.38.0",
"version": "3.38.1",
"author": "Netlify Inc.",
"contributors": [
"Mathias Biilmann <matt@netlify.com> (https://twitter.com/biilmann)",
@@ -81,7 +81,7 @@
"@netlify/plugin-edge-handlers": "^1.11.19",
"@netlify/plugins-list": "^2.16.0",
"@netlify/routing-local-proxy": "^0.30.1",
"@netlify/zip-it-and-ship-it": "^4.4.1",
"@netlify/zip-it-and-ship-it": "^4.4.2",
"@oclif/command": "^1.6.1",
"@oclif/config": "^1.15.1",
"@oclif/errors": "^1.3.4",
@@ -192,7 +192,7 @@
"@babel/preset-react": "^7.12.13",
"@commitlint/cli": "^12.0.0",
"@commitlint/config-conventional": "^12.0.0",
"@netlify/eslint-config-node": "^3.1.4",
"@netlify/eslint-config-node": "^3.1.5",
"@oclif/dev-cli": "^1.23.1",
"@oclif/test": "^1.2.5",
"ava": "^3.15.0",