Skip to content

Commit

Permalink
Release 3.8.0 (#2046)
Browse files Browse the repository at this point in the history
* Release 3.8.0

* updated package.json
  • Loading branch information
Zn10plays authored Jul 19, 2021
1 parent 93f1795 commit 8374ee7
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions docs/history.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
## 3.8.0
* Improved index.d.ts (@DrMoraschi)
* Added resource pack support (@kaffinpx)
* Fixed bot.dig error (@MoneyMakingTornado)
* Added timeout to #consume (@SeanmcCord)
* Added example for resource pack (@u9g)
* Improved workflow (@u9g)
* Linted JS in md files (@u9g)
* Added bot oxygen Level management (@kaffinpx)
* Improved links (@satyamedh)
* Improved links (@AwesomestCode)
* Improved typing (@u9g)
* Refactored chat.js (@u9g)
* Expanded placeBlockWith Options to offhand (@aestetic)
* Added anvil test (@u9g)
* Added placeEntity() (@u9g)
* Improved oxygen typings (@DrMoraschi)
* Improved socket snippet (@iceTank)
* Improved placeEntity (@u9g)
* Renamed bot.quit to end (@u9g)
* Updated Spanish readme (@DrMoraschi)
* Added French Translations (@creeper09)
* Corrected java version in gitpod (@rom)
* Improved readme lint (@rom)
* Added container and dropper to allowWindowTypes (@IceTank)


## 3.7.0
* Add bot.removeChatPattern() (@BlueBurgersTDD)
* Add events to typings (@DrMoraschi)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mineflayer",
"version": "3.7.0",
"version": "3.8.0",
"description": "create minecraft bots with a stable, high level API",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 8374ee7

Please sign in to comment.