# Changelog

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.

### [2.0.2](https://github.com/web-mech/forst/compare/v2.0.1...v2.0.2) (2023-03-12)

<a name="2.0.1"></a>
## [2.0.1](https://github.com/web-mech/forst/compare/v2.0.0...v2.0.1) (2018-10-22)



<a name="2.0.0"></a>
# [2.0.0](https://github.com/web-mech/forst/compare/v1.0.7...v2.0.0) (2018-10-22)


### Performance Improvements

* make all file operations async/non-blocking ([b569e40](https://github.com/web-mech/forst/commit/b569e40))


### BREAKING CHANGES

* all lookups are now async



<a name="1.0.7"></a>
## [1.0.7](https://github.com/web-mech/forst/compare/v1.0.6...v1.0.7) (2018-10-22)


### Bug Fixes

* **package:** rename publish to release ([d00aa0b](https://github.com/web-mech/forst/commit/d00aa0b))



<a name="1.0.6"></a>
## [1.0.6](https://github.com/web-mech/forst/compare/v1.0.5...v1.0.6) (2018-10-22)



<a name="1.0.5"></a>
## [1.0.5](https://github.com/web-mech/forst/compare/v1.0.4...v1.0.5) (2018-10-22)



<a name="1.0.4"></a>
## [1.0.4](https://github.com/web-mech/forst/compare/v1.0.3...v1.0.4) (2018-10-22)



<a name="1.0.3"></a>
## [1.0.3](https://github.com/web-mech/forst/compare/v1.0.2...v1.0.3) (2018-10-22)



<a name="1.0.2"></a>
## [1.0.2](https://github.com/web-mech/forst/compare/v1.0.1...v1.0.2) (2018-10-22)



<a name="1.0.1"></a>
## [1.0.1](https://github.com/web-mech/forst/compare/v1.0.0...v1.0.1) (2018-10-22)



<a name="1.0.0"></a>
# [1.0.0](https://github.com/web-mech/forst/compare/v0.2.1...v1.0.0) (2018-10-22)


### Performance Improvements

* pass in basePath at the invocation level rather than depend on an .env file. ([670a9c9](https://github.com/web-mech/forst/commit/670a9c9))


### BREAKING CHANGES

* Removed need to have .env file, instead base path is  passed into each call



<a name="0.2.1"></a>
## [0.2.1](https://github.com/web-mech/forst/compare/v0.2.0...v0.2.1) (2017-12-21)



<a name="0.2.0"></a>
# 0.2.0 (2017-12-20)


### Features

* add main config resolver and map resolver ([2413a67](https://github.com/web-mech/forst/commit/2413a67))
* **env:** add test env file and example env file ([14ae6e2](https://github.com/web-mech/forst/commit/14ae6e2))
