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

Commits on Feb 8, 2022

  1. fix!: update dependency dotenv to v16 (#4191)

    BREAKING CHANGE due to dotenv upgrade.
    
    Please update you `.env` files from
    ------------------
    VAR1=hello#world
    VAR2=hello`world
    ------------------
    to
    ------------------
    VAR1="hello#world"
    VAR2="hello`world"
    ------------------
    renovate[bot] authored Feb 8, 2022
    1

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    333c5d9 View commit details
  2. chore(main): release 9.0.0 (#4224)

    Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
    token-generator-app[bot] authored Feb 8, 2022
    1
    Copy the full SHA
    aae2e53 View commit details
Loading