Skip to content

Commit

Permalink
Release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bangbang93 committed Jan 25, 2022
1 parent a417cdb commit 7d6e7f5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 13 deletions.
19 changes: 9 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +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.0](https://github.com/bangbang93/minecraft-proxy/compare/v1.3.0...v1.4.0)

- 给nacw造一个简单的插件机制 [`3965c63`](https://github.com/bangbang93/minecraft-proxy/commit/3965c63cce1b9591d583e8021a743469f38b842e)
- plugin init [`ef880bd`](https://github.com/bangbang93/minecraft-proxy/commit/ef880bd29ebea2956bc05e0c002f8c95bea667a6)
- 修改入口文件 [`a417cdb`](https://github.com/bangbang93/minecraft-proxy/commit/a417cdb6d394eb72e5128e57c6f4b05581099572)

#### [v1.3.0](https://github.com/bangbang93/minecraft-proxy/compare/v1.2.4...v1.3.0)

> 28 August 2021
- 更新minecraft数据 [`e12f82f`](https://github.com/bangbang93/minecraft-proxy/commit/e12f82f4d0a0d775039dcb5a87c98f38af56265a)
- 升级typescript [`a2b8a7b`](https://github.com/bangbang93/minecraft-proxy/commit/a2b8a7b91576039dd3c9a18b63e4f0fe012bca8a)
- 支持authlib-injector [`c4044ac`](https://github.com/bangbang93/minecraft-proxy/commit/c4044acca5f364868f88e2f11e3fb12d43246090)
Expand All @@ -25,19 +33,10 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Release 1.2.3 [`bf133d1`](https://github.com/bangbang93/minecraft-proxy/commit/bf133d11ea4f88a3bf7e4411c85e10e6dd67b467)
- 修正uuid算法 [`a9cabb2`](https://github.com/bangbang93/minecraft-proxy/commit/a9cabb28cb55b103f368f0a625c2a219e978a5f4)

#### [v1.2.2](https://github.com/bangbang93/minecraft-proxy/compare/v1.2.1...v1.2.2)
#### [v1.2.2](https://github.com/bangbang93/minecraft-proxy/compare/v1.2.0...v1.2.2)

> 7 July 2021
- Resolve #24 defaultBackend允许为空 [`#24`](https://github.com/bangbang93/minecraft-proxy/issues/24)
- Release 1.2.2 [`52fa085`](https://github.com/bangbang93/minecraft-proxy/commit/52fa085ebf75241b5f0cb94ae9f7a37436afcfcb)
- add release-it [`a9fc11c`](https://github.com/bangbang93/minecraft-proxy/commit/a9fc11cc738db032bd07195d10356e49879363ff)
- 统一离线uuid生成算法 [`2a160e0`](https://github.com/bangbang93/minecraft-proxy/commit/2a160e022236b32bb8938eaffe708456323480e3)

#### [v1.2.1](https://github.com/bangbang93/minecraft-proxy/compare/v1.2.0...v1.2.1)

> 6 July 2021
- Bump glob-parent from 5.1.0 to 5.1.2 [`#22`](https://github.com/bangbang93/minecraft-proxy/pull/22)
- Resolve #24 defaultBackend允许为空 [`#24`](https://github.com/bangbang93/minecraft-proxy/issues/24)
- 支持1.17 [`#23`](https://github.com/bangbang93/minecraft-proxy/issues/23)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "minecraft-proxy",
"version": "1.3.0",
"version": "1.4.0",
"description": "ProxyPass minecraft",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 7d6e7f5

Please sign in to comment.