## 1.5.1
* [Update latest version fetching logic (#21)](https://github.com/extremeheat/minecraft-bedrock-server/commit/67749949f91aab62b162183169af2b8b47ec41c2) (thanks @extremeheat)

## 1.5.0
* [Handle non-zero prefixed versions (#19)](https://github.com/extremeheat/minecraft-bedrock-server/commit/1cd430fb90e76e62449064c3012ab38891b39fa3) (thanks @extremeheat)

## 1.4.5
* [Correctly release downloadLock](https://github.com/extremeheat/minecraft-bedrock-server/commit/cd93d16aec56fa38b3dd18caebcfcd07f30ad7e1) (thanks @extremeheat)

## 1.4.4
* [Fix startServerAndWait2 server erasing logic](https://github.com/extremeheat/minecraft-bedrock-server/commit/a57b73249603b1ee15c0d9dd3b2a05ae79c444dd) (thanks @extremeheat)

## 1.4.3
* [Update download finder](https://github.com/extremeheat/minecraft-bedrock-server/commit/6c5f28b8b3f8436802d5cea70aaf181d379aff50) (thanks @extremeheat)

## 1.4.2
* [Update server download URL (#13)](https://github.com/extremeheat/minecraft-bedrock-server/commit/e3e73ebee2d26a37d7914979258d402c542017ff) (thanks @extremeheat)
* [Update index.d.ts](https://github.com/extremeheat/minecraft-bedrock-server/commit/6788b79f91285da6d37bfd19217dc7cf9c19f1db) (thanks @extremeheat)
* [Update README.md link](https://github.com/extremeheat/minecraft-bedrock-server/commit/61be2682b9fb8185390b7367d3df9fc050e38000) (thanks @extremeheat)

## 1.4.1
* [Rename addQuickScript({ scripts }) -> addQuickScript({ files }) for clarity](https://github.com/extremeheat/minecraft-bedrock-server/commit/21820697b6e48d022012b134760f79ba19c7d511) (thanks @extremeheat)

## 1.4.0
* [Add BedrockVanillaServer class with various helper methods (#9)](https://github.com/extremeheat/minecraft-bedrock-server/commit/7f9fe95dec0b758738e7a030b5d438e3061132c2) (thanks @extremeheat)

## 1.3.0
* [Add downloadServer API method (#6)](https://github.com/extremeheat/minecraft-bedrock-server/commit/ad8f8d110fe5746375929f6e765405561a3da4e0) (thanks @extremeheat)

## 1.2.1
* [Fix incorrect options.root default (#5)](https://github.com/extremeheat/minecraft-bedrock-server/commit/1eb371aa7fc203bbab2752e1fbc96378e165fd9f) (thanks @extremeheat)

## 1.2.0
* [Add getLatestVersions() method (#3)](https://github.com/extremeheat/minecraft-bedrock-server/commit/8864a06bd2969396815cb7422878ac76e7d22b9c) (thanks @extremeheat)
* [Refactor, add startServerAndWait2 and options.root (#2)](https://github.com/extremeheat/minecraft-bedrock-server/commit/2ed240b9f285b83f88798a58ac1408f1643466e1) (thanks @extremeheat)

## 1.1.2
* Make it work with node 14

## 1.1.1
* Fix types

## 1.1
* Add ability to pass custom options to server via CLI

## 1.0

initial
