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.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.29.1
Choose a head ref
  • 12 commits
  • 11 files changed
  • 4 contributors

Commits on May 10, 2021

  1. fix(deps): update dependency dotenv to v8.6.0 (#2333)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored May 10, 2021
    1

    Verified

    This commit was signed with the committer’s verified signature.
    31z4 Elisei Zanko
    Copy the full SHA
    1c4dcf2 View commit details
  2. chore(deps): update dependency standard-version to v9.3.0 (#2332)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored May 10, 2021
    1
    Copy the full SHA
    084f995 View commit details
  3. fix(deps): update dependency @netlify/framework-info to ^4.0.1 (#2329)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored May 10, 2021
    1

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    8f077f4 View commit details
  4. fix(deps): update dependency stripe to v8.148.0 (#2334)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored May 10, 2021
    1
    Copy the full SHA
    5b0afd6 View commit details
  5. 1
    Copy the full SHA
    6009a1c View commit details
  6. 1
    Copy the full SHA
    0cd814c View commit details
  7. fix(deps): update dependency concordance to v5 (#2346)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored May 10, 2021
    1
    Copy the full SHA
    91bf3bb View commit details
  8. 1
    Copy the full SHA
    6b492b2 View commit details
  9. 1
    Copy the full SHA
    d1b50ad View commit details
  10. fix(deps): update dependency dotenv to v9 (#2339)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored May 10, 2021
    1
    Copy the full SHA
    e83257c View commit details
  11. fix(deps): update dependency tempy to v1 (#2342)

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

    Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
    token-generator-app[bot] authored May 10, 2021
    1
    Copy the full SHA
    bfdc2d1 View commit details
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -7,6 +7,19 @@ 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.1](https://www.github.com/netlify/cli/compare/v3.29.0...v3.29.1) (2021-05-10)


### Bug Fixes

* **deps:** update dependency @netlify/framework-info to ^4.0.1 ([#2329](https://www.github.com/netlify/cli/issues/2329)) ([8f077f4](https://www.github.com/netlify/cli/commit/8f077f4d19494fc13e5017a0b1e6c3d4936dc114))
* **deps:** update dependency concordance to v5 ([#2346](https://www.github.com/netlify/cli/issues/2346)) ([91bf3bb](https://www.github.com/netlify/cli/commit/91bf3bb05ccfcecd292ceacc969bbbbd6313b4d1))
* **deps:** update dependency dotenv to v8.6.0 ([#2333](https://www.github.com/netlify/cli/issues/2333)) ([1c4dcf2](https://www.github.com/netlify/cli/commit/1c4dcf23bd605467344a9e7bb14495b91eba1f94))
* **deps:** update dependency dotenv to v9 ([#2339](https://www.github.com/netlify/cli/issues/2339)) ([e83257c](https://www.github.com/netlify/cli/commit/e83257c161f82530592368c2eaeb865a9c3fd879))
* **deps:** update dependency stripe to v8.148.0 ([#2334](https://www.github.com/netlify/cli/issues/2334)) ([5b0afd6](https://www.github.com/netlify/cli/commit/5b0afd640fe9e2eb7ddc3fac4c3e8ca2e7a15cb7))
* **deps:** update dependency tempy to v1 ([#2342](https://www.github.com/netlify/cli/issues/2342)) ([ee58407](https://www.github.com/netlify/cli/commit/ee58407108bbddd287e0375f10f7693166f5b8b9))
* **deps:** update p-map to v4 ([#2351](https://www.github.com/netlify/cli/issues/2351)) ([0cd814c](https://www.github.com/netlify/cli/commit/0cd814c78b527bf2a16bb811e3e942dd6854e40c))

## [3.29.0](https://www.github.com/netlify/cli/compare/v3.28.1...v3.29.0) (2021-05-09)


Loading