From 637e2831a6b97d67d5988fb3d086911374e7dfbc Mon Sep 17 00:00:00 2001 From: bangbang93 Date: Thu, 27 Jan 2022 09:32:39 +0800 Subject: [PATCH] Release 1.4.4 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e10fbd3..a9ddb27 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.4](https://github.com/bangbang93/minecraft-proxy/compare/v1.4.3...v1.4.4) + +- fix hook [`1ae38ae`](https://github.com/bangbang93/minecraft-proxy/commit/1ae38aed03bbf1ac05032278e4b800786bf70620) + #### [v1.4.3](https://github.com/bangbang93/minecraft-proxy/compare/v1.4.2...v1.4.3) +> 26 January 2022 + +- Release 1.4.3 [`9e145d4`](https://github.com/bangbang93/minecraft-proxy/commit/9e145d414b1045911c3b27459aa305b31c2447da) - fix require default [`5af31b5`](https://github.com/bangbang93/minecraft-proxy/commit/5af31b56078dc7934d2c43615445c01c65b51c30) #### [v1.4.2](https://github.com/bangbang93/minecraft-proxy/compare/v1.4.1...v1.4.2) diff --git a/package-lock.json b/package-lock.json index 0ebdc1a..4ab35cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "minecraft-proxy", - "version": "1.4.3", + "version": "1.4.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "minecraft-proxy", - "version": "1.4.3", + "version": "1.4.4", "license": "MIT", "dependencies": { "@sindresorhus/is": "^4.3.0", diff --git a/package.json b/package.json index f400d89..4ef8624 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-proxy", - "version": "1.4.3", + "version": "1.4.4", "description": "ProxyPass minecraft", "exports": "./dist/index.js", "main": "dist/index.js",