# Change Log
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
## [1.3.0](https://github.com/nuxt-community/dotenv-module/compare/v1.1.1...v1.3.0) (2018-07-12)
- add `systemvars` option. Setting this to true will allow your system set variables to work.
## [1.2.1](https://github.com/nuxt-community/dotenv-module/compare/v1.2.0...v1.2.1) (2018-10-13)
- upgrade dependencies
## [1.2.0](https://github.com/nuxt-community/dotenv-module/compare/v1.1.1...v1.2.0) (2018-10-13)
- add `filename` option. This options allows you to use an alternative filename to replace `.env`
## [1.1.1](https://github.com/nuxt-community/dotenv-module/compare/v1.1.0...v1.1.1) (2018-03-25)
- Don't crash when .env file is not present
## [1.1.0](https://github.com/nuxt-community/dotenv-module/compare/v1.0.0...v1.1.0) (2017-10-10)
- Add `path` option. This option allows you to specify a different folder to load the `.env` from
## [1.0.0](https://github.com/nuxt-community/dotenv-module/compare/v0.0.1...v1.0.0) (2017-09-25)
- Public release of the package
## 0.0.1 (2017-09-23)
- Initial version