* use improved dotenv expansion ([62](https://github.com/dotenvx/dotenvx/pull/62))
0.15.0
Added
* add expansion ([60](https://github.com/dotenvx/dotenvx/pull/60)) * use `dotenvx.com` ([56](https://github.com/dotenvx/dotenvx/pull/56))
0.14.1
Changed
* patch esm issue. use update-notifier ^5.1.0
0.14.0
Added
* Added `genexample` command. Generate `.env.example` from your `.env` file. ([49](https://github.com/dotenvx/dotenvx/pull/49)) * couple security patches ([50](https://github.com/dotenvx/dotenvx/pull/50), [#51](https://github.com/dotenvx/dotenvx/pull/51))
0.13.0
Added
* Added `decrypt` command. Decrypt `.env.vault` to prospective `.env*` files. `.env.keys` must be present. ([48](https://github.com/dotenvx/dotenvx/pull/48))
0.12.0
Added
* Append to `.gitignore` with `gitignore` command (also `.dockerignore`, `.npmignore`, and `.vercelignore` if existing) ([47](https://github.com/dotenvx/dotenvx/pull/47))