Skip to content
This repository was archived by the owner on Nov 5, 2024. It is now read-only.

v0.6.0-stable-cadence.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 24 May 20:54
· 7 commits to master since this release
4b6852e

Minor Changes

  • #237 eceb9d6 Thanks @jribbink! - Allow loading service key from environment variables and files.

    BREAKING CHANGES

    • getConfigValue and set have been removed as these were just a confusing abstraction above the @onflow/config packages
    • They have been replaced by exporting they config instance directly from the package

Patch Changes

  • #235 1b630d2 Thanks @Luze26! - Add fallback for version checking CLI when JSON not supported