diff --git a/CHANGELOG.md b/CHANGELOG.md index 452c872..b3d61bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,15 @@ 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.2](https://github.com/bangbang93/minecraft-proxy/compare/v1.4.1...v1.4.2) + +- 修正钩子参数 [`84f133b`](https://github.com/bangbang93/minecraft-proxy/commit/84f133bea6fff585c93869c21ece64ef11010886) + #### [v1.4.1](https://github.com/bangbang93/minecraft-proxy/compare/v1.4.0...v1.4.1) +> 26 January 2022 + +- Release 1.4.1 [`01ba639`](https://github.com/bangbang93/minecraft-proxy/commit/01ba6395299e6a1e55df6c5a1ae6aebd75887c5e) - 给个编译 [`1a41543`](https://github.com/bangbang93/minecraft-proxy/commit/1a4154391bc9a0ae4d904c34140d2aa2b6b46688) #### [v1.4.0](https://github.com/bangbang93/minecraft-proxy/compare/v1.3.0...v1.4.0) diff --git a/package-lock.json b/package-lock.json index b728ba4..c9bd8f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "minecraft-proxy", - "version": "1.4.1", + "version": "1.4.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "minecraft-proxy", - "version": "1.4.1", + "version": "1.4.2", "license": "MIT", "dependencies": { "@sindresorhus/is": "^4.3.0", diff --git a/package.json b/package.json index 5c59863..b77cc7f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-proxy", - "version": "1.4.1", + "version": "1.4.2", "description": "ProxyPass minecraft", "exports": "./dist/index.js", "main": "dist/index.js",