- Removed use of 'node:fs' and 'node:crypto' that were causing install issues on older versions of node 🧹([57](https://github.com/dotenv-org/dotenv-vault/pull/57))
1.5.1
Added
- Time out check on `new` and `login` after a couple minutes 🧹([56](https://github.com/dotenv-org/dotenv-vault/pull/56))
- Create .env.vault in place of .env.project. (.env.project files will still continue to work) ([53](https://github.com/dotenv-org/dotenv-vault/pull/53))
1.3.2
Changed
- `new` command polls and writes to .env.project automatically ([52](https://github.com/dotenv-org/dotenv-vault/pull/52))
1.3.1
Added
- Smartly prompt for login as part of `push` and `pull` commands