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

Commits on Mar 13, 2023

  1. fix(deps): update dependency qs to v6.11.1 (#5552)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 13, 2023
    1

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    aa7b840 View commit details
  2. fix(deps): update dependency cron-parser to v4.8.1 (#5553)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
    renovate[bot] and kodiakhq[bot] authored Mar 13, 2023
    1

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    5a26907 View commit details
  3. fix(deps): update module github.com/aws/aws-lambda-go to v1.38.0 (#5554)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
    renovate[bot] and kodiakhq[bot] authored Mar 13, 2023
    1

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    8a16289 View commit details
  4. fix(deps): update rust crate tokio to 1.26.0 (#5556)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
    renovate[bot] and kodiakhq[bot] authored Mar 13, 2023
    1

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    c8bebcb View commit details
  5. fix(deps): update netlify packages (#5560)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 13, 2023
    1

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    8284995 View commit details
  6. chore(main): release 13.1.3 (#5555)

    Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
    token-generator-app[bot] authored Mar 13, 2023
    1

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    b4d888b View commit details
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

## [13.1.3](https://github.com/netlify/cli/compare/v13.1.2...v13.1.3) (2023-03-13)


### Bug Fixes

* **deps:** update dependency cron-parser to v4.8.1 ([#5553](https://github.com/netlify/cli/issues/5553)) ([5a26907](https://github.com/netlify/cli/commit/5a269078658c5b85ea13be024c728a0f1beb56f5))
* **deps:** update dependency qs to v6.11.1 ([#5552](https://github.com/netlify/cli/issues/5552)) ([aa7b840](https://github.com/netlify/cli/commit/aa7b840e6114fde1ff03bd75ab2abb41c67f9c3f))
* **deps:** update module github.com/aws/aws-lambda-go to v1.38.0 ([#5554](https://github.com/netlify/cli/issues/5554)) ([8a16289](https://github.com/netlify/cli/commit/8a16289f5ff193cc78ea79cb78a7f80d7769bc0d))
* **deps:** update netlify packages ([#5560](https://github.com/netlify/cli/issues/5560)) ([8284995](https://github.com/netlify/cli/commit/82849953b74ca44b0c6e8001c8a26cb97eb44e5b))
* **deps:** update rust crate tokio to 1.26.0 ([#5556](https://github.com/netlify/cli/issues/5556)) ([c8bebcb](https://github.com/netlify/cli/commit/c8bebcb1701630dcd8086cba8d05c5df854a962a))

## [13.1.2](https://github.com/netlify/cli/compare/v13.1.1...v13.1.2) (2023-03-10)


Loading