Skip to content

Commit

Permalink
Release 3.27.0 (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
extremeheat authored Apr 21, 2023
1 parent 92b5e42 commit 9cda78f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 3.27.0
* Corrections to types
* Expose ServerAdvertisement class (#368) @hvlxh
* Update mc-data links

# 3.26.0
* 1.19.70 support (@CreeperG16)
* types: add some type hints (#354) @hvlxh
Expand Down
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ declare module "bedrock-protocol" {
constructor(options: RelayOptions)
}

class ServerAdvertisement {
export class ServerAdvertisement {
motd: string
name: string
protocol: number
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": "bedrock-protocol",
"version": "3.26.0",
"version": "3.27.0",
"description": "Minecraft Bedrock Edition protocol library",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 9cda78f

Please sign in to comment.