Skip to content

Releases: Pytal/deploy-env

v3.0.0

Choose a tag to compare

@github-actions github-actions released this 08 Aug 22:21

Breaking

  • Drop support for Node.js v10
  • Update minimum supported version of Vercel CLI to v23

v2.0.1

Choose a tag to compare

@github-actions github-actions released this 24 Nov 16:44

Fixes

  • 🔥 Hotfix

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 24 Nov 16:23

Breaking

  • Update minimum supported version of Vercel CLI to v21

v1.1.6

Choose a tag to compare

@github-actions github-actions released this 04 Nov 18:35

Fixes

  • Preserve whitespace in environment variables

v1.1.5

Choose a tag to compare

@Pytal Pytal released this 04 Nov 06:47

Fixes

  • Fix .env fallback

v1.1.4

Choose a tag to compare

@Pytal Pytal released this 20 Oct 21:24

Fixes

  • Fix extra characters being added to deployed environment variables on macOS

v1.1.3

Choose a tag to compare

@Pytal Pytal released this 10 Jul 06:00

Fixes

  • Fix fs module import for compatibility with Node.js >=10

v1.1.2

Choose a tag to compare

@Pytal Pytal released this 08 Jul 00:42

Improvements

  • Status messages are now printed to the terminal in order of completion
  • The number of environment variables being deployed simultaneously has been capped

v1.1.1

Choose a tag to compare

@Pytal Pytal released this 07 Jul 06:32

New Features

  • Support .env file

v1.1

Choose a tag to compare

@Pytal Pytal released this 07 Jul 05:48

New Features

  • Added support for dotenv files 🙌
    • .env.production, .env.preview, and .env.development files are now supported