Skip to content

Commit

Permalink
2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ayan4m1 committed Oct 13, 2024
1 parent 4c55462 commit e508812
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
17 changes: 12 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,20 @@ 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).

#### [v2.2.1](https://github.com/ayan4m1/minestat-es/compare/v2.2.0...v2.2.1)

- feat: expose player info from modern query response to results [`f59a1a4`](https://github.com/ayan4m1/minestat-es/commit/f59a1a4a1b2675c2d87d3c9a60229d1dbbf7301a)
- docs: update docs related to playerInfo and bump version querystring [`e187a58`](https://github.com/ayan4m1/minestat-es/commit/e187a5866cfb7bf9a432723fc6d070f1a9e858ac)

#### [v2.2.0](https://github.com/ayan4m1/minestat-es/compare/v2.1.0...v2.2.0)

- start refactoring tests [`1a602ba`](https://github.com/ayan4m1/minestat-es/commit/1a602badc71217899d514411ff179791dc87bfe5)
- start refactoring code to support two protocols [`b7488a6`](https://github.com/ayan4m1/minestat-es/commit/b7488a679ee89966f940d878d5c277f1a8b21141)
- fix unit tests [`2892f16`](https://github.com/ayan4m1/minestat-es/commit/2892f16af7e56de8236ee9eeec2bd030d9935f69)
- update README.md to show how to use modern query protocol [`ab3630f`](https://github.com/ayan4m1/minestat-es/commit/ab3630fa99e36b427438f7f7e8458858a502e3fe)
- fix modernProtocol tests [`e80c7ba`](https://github.com/ayan4m1/minestat-es/commit/e80c7baf1a0db57ae286da0147d986423e99d42a)
> 10 October 2024
- start refactoring tests [`c8bc146`](https://github.com/ayan4m1/minestat-es/commit/c8bc1460136f6761b26482c0ea7402e3c979810c)
- start refactoring code to support two protocols [`eeb26db`](https://github.com/ayan4m1/minestat-es/commit/eeb26dbb6aa4ee5f1c56e55bde7e82117378aadc)
- fix unit tests [`f1b1937`](https://github.com/ayan4m1/minestat-es/commit/f1b1937a09d9ad1890e71ffc45d06c43d17d472b)
- update README.md to show how to use modern query protocol [`bdeba66`](https://github.com/ayan4m1/minestat-es/commit/bdeba6673bc2478c4b2a1d07e5817db338f18204)
- fix modernProtocol tests [`4b7d631`](https://github.com/ayan4m1/minestat-es/commit/4b7d6314e942112dc607273def9f39e7e4335e79)
- chore: invalidate npm version svg cache [`8bf9c5e`](https://github.com/ayan4m1/minestat-es/commit/8bf9c5e57b786f86ead7a6e62b4524a31ecfcb20)
- fix: code coverage uploads [`f6cb537`](https://github.com/ayan4m1/minestat-es/commit/f6cb53714415c05d5402231c89ff79f0a58b3c64)

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
Expand Up @@ -49,7 +49,7 @@
},
"type": "module",
"types": "lib/index.d.ts",
"version": "2.2.0",
"version": "2.2.1",
"dependencies": {
"varint": "^6.0.0"
}
Expand Down

0 comments on commit e508812

Please sign in to comment.