Skip to content

Commit

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

- 优化代码 [`aa82ce8`](https://github.com/bangbang93/minecraft-proxy/commit/aa82ce84b3d56d82030fb17ec4c28f14b950cfae)
- interface改为abstract class [`91f871b`](https://github.com/bangbang93/minecraft-proxy/commit/91f871b3df59186693af147a08c852e5d20c1d8b)
- 掐连接的时候给个日志 [`a931372`](https://github.com/bangbang93/minecraft-proxy/commit/a9313723d11ae50ebd5f91a1dd48efc70befd5a6)

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

> 27 January 2022
- Release 1.4.4 [`637e283`](https://github.com/bangbang93/minecraft-proxy/commit/637e2831a6b97d67d5988fb3d086911374e7dfbc)
- 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)
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.4.4",
"version": "1.4.5",
"description": "ProxyPass minecraft",
"exports": "./dist/index.js",
"main": "dist/index.js",
Expand Down

0 comments on commit abd0982

Please sign in to comment.