Skip to content

Commit

Permalink
Release 1.6.0 (#80)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
rom1504bot and github-actions[bot] authored Dec 29, 2023
1 parent 6da2bfb commit 094f2d4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
## History

### 1.6.0
* [Update java and node versions (#79)](https://github.com/PrismarineJS/prismarine-packet-dumper/commit/6da2bfb5c2b2f8302e0916b633365d740e91974f) (thanks @rom1504)
* [Trigger CI](https://github.com/PrismarineJS/prismarine-packet-dumper/commit/2d6585a5e1822f404db1b15dcc0bfaaf0a4e258e) (thanks @rom1504)
* [Add command gh workflow allowing to use release command in comments (#77)](https://github.com/PrismarineJS/prismarine-packet-dumper/commit/ed26074fe60f6bb48e32025523ecc5ef86f6341a) (thanks @rom1504)
* [Bump got from 12.6.1 to 13.0.0 (#75)](https://github.com/PrismarineJS/prismarine-packet-dumper/commit/dc2ec246c9d6650f6f265a1b594bfe4606632804) (thanks @dependabot[bot])
* [Update ci.yml](https://github.com/PrismarineJS/prismarine-packet-dumper/commit/ba22d9a3ac74e5ffa20c5b0a5ac2c955a6638859) (thanks @u9g)
* [Bump standard from 16.0.4 to 17.0.0 (#73)](https://github.com/PrismarineJS/prismarine-packet-dumper/commit/91f04942ba611826cb7fb365b50628ad70905a1d) (thanks @dependabot[bot])
* [Bump mocha from 9.2.2 to 10.0.0 (#74)](https://github.com/PrismarineJS/prismarine-packet-dumper/commit/5a4d2974b6011ebd70412d2e727fa8b7760dcb38) (thanks @dependabot[bot])
* [Bump mineflayer from 3.18.0 to 4.0.0 (#72)](https://github.com/PrismarineJS/prismarine-packet-dumper/commit/04c5a88588c4a9b3497fb0b5c76378d91bf7f22c) (thanks @dependabot[bot])
* [Bump got from 11.8.3 to 12.0.0 (#71)](https://github.com/PrismarineJS/prismarine-packet-dumper/commit/be35480f7d55b74c2d179384bdf2f5c144ed19e1) (thanks @dependabot[bot])
* [jest -> mocha](https://github.com/PrismarineJS/prismarine-packet-dumper/commit/6fd3e6336e5532af7b17be075aeafcf2e0997f79) (thanks @rom1504)
* [Put correct folder for the packets dumped (#69)](https://github.com/PrismarineJS/prismarine-packet-dumper/commit/73649196e0a75cef2d7443ac1ed69ffc32127a69) (thanks @u9g)

### 1.5.1

* add hashbang to metricAggregator
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": "prismarine-packet-dumper",
"version": "1.5.1",
"version": "1.6.0",
"description": "Automatically dump packets from a Minecraft server",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 094f2d4

Please sign in to comment.