diff --git a/CHANGELOG.md b/CHANGELOG.md index bff4662..1267c18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,16 @@ 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.8-2](https://github.com/bangbang93/minecraft-proxy/compare/v1.4.8-1...v1.4.8-2) + +- fix pkg build [`74e1541`](https://github.com/bangbang93/minecraft-proxy/commit/74e1541ea78ed362667477fe6e03ff503a8099aa) + #### [v1.4.8-1](https://github.com/bangbang93/minecraft-proxy/compare/v1.4.8-0...v1.4.8-1) +> 6 July 2022 + - 补一下pkg的依赖 [`7d7bf92`](https://github.com/bangbang93/minecraft-proxy/commit/7d7bf92efd328e9c2571656763f056aba58b2932) +- Release 1.4.8-1 [`beb3dc8`](https://github.com/bangbang93/minecraft-proxy/commit/beb3dc8e2a490cf69a595cb20e1a785bba64390c) #### [v1.4.8-0](https://github.com/bangbang93/minecraft-proxy/compare/v1.4.7...v1.4.8-0) diff --git a/package-lock.json b/package-lock.json index 652acc6..0fa425f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "minecraft-proxy", - "version": "1.4.8-1", + "version": "1.4.8-2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "minecraft-proxy", - "version": "1.4.8-1", + "version": "1.4.8-2", "license": "MIT", "dependencies": { "@sindresorhus/is": "^4.3.0", diff --git a/package.json b/package.json index e2acb02..3382446 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-proxy", - "version": "1.4.8-1", + "version": "1.4.8-2", "description": "ProxyPass minecraft", "exports": "./dist/index.js", "main": "dist/index.js",