Skip to content

Latest commit

 

History

History
89 lines (47 loc) · 1.16 KB

CHANGELOG.md

File metadata and controls

89 lines (47 loc) · 1.16 KB

deploy-env

This project adheres to SemVer.

Unreleased

3.0.0

Breaking

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

2.0.1

Fixes

  • 🔥 Hotfix

2.0.0

Breaking

  • Update minimum supported version of Vercel CLI to v21

1.1.6

Fixes

  • Preserve whitespace in environment variables

1.1.5

Fixes

  • Fix .env fallback

1.1.4

Fixes

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

1.1.3

Fixes

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

1.1.2

Improvements

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

1.1.1

New Features

  • Support .env file

1.1

New Features

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

1.0.4

  • 🔥 Hotfix

1.0.3

  • Refactors
  • Update Programmatic API

1.0.2

  • Bump version to publish to npm

1.0.1

  • Update stdout formatting

1.0

Release v1.0 🙌