diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a92431..d6281b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,19 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v1.4.9](https://github.com/bangbang93/minecraft-proxy/compare/v1.4.8...v1.4.9) + +- Bump moment from 2.29.2 to 2.29.4 [`#56`](https://github.com/bangbang93/minecraft-proxy/pull/56) +- 修正远程地址 [`0ca53d4`](https://github.com/bangbang93/minecraft-proxy/commit/0ca53d4c0ad323540cf1fbeedeadae219c5837cf) +- get uuid给个超时时间 [`becc5f4`](https://github.com/bangbang93/minecraft-proxy/commit/becc5f492128e849355e826528d74ca64655f698) +- ping响应后断开连接 [`d09b6f1`](https://github.com/bangbang93/minecraft-proxy/commit/d09b6f1a8d173334431179038c78b7c48b53f4fc) + #### [v1.4.8](https://github.com/bangbang93/minecraft-proxy/compare/v1.4.8-2...v1.4.8) +> 8 July 2022 + - 修正新版minecraft-data支持 Resolve #55 [`#55`](https://github.com/bangbang93/minecraft-proxy/issues/55) +- Release 1.4.8 [`464d73f`](https://github.com/bangbang93/minecraft-proxy/commit/464d73fce3c4d18bc3d3a94454bd12b282be6638) #### [v1.4.8-2](https://github.com/bangbang93/minecraft-proxy/compare/v1.4.8-1...v1.4.8-2) diff --git a/package-lock.json b/package-lock.json index 663b99e..f09a812 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "minecraft-proxy", - "version": "1.4.8", + "version": "1.4.9", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "minecraft-proxy", - "version": "1.4.8", + "version": "1.4.9", "license": "MIT", "dependencies": { "@sindresorhus/is": "^4.3.0", diff --git a/package.json b/package.json index f99fe66..d6351dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-proxy", - "version": "1.4.8", + "version": "1.4.9", "description": "ProxyPass minecraft", "exports": "./dist/index.js", "main": "dist/index.js",