diff --git a/.changeset/nasty-buttons-tell.md b/.changeset/nasty-buttons-tell.md deleted file mode 100644 index 44d2a9a..0000000 --- a/.changeset/nasty-buttons-tell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"ps2census": patch ---- - -fix(client): fix terms expression rendering diff --git a/CHANGELOG.md b/CHANGELOG.md index 543067a..100e71a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # ps2census +## 4.7.1 + +### Patch Changes + +- [#130](https://github.com/microwavekonijn/ps2census/pull/130) [`0832632`](https://github.com/microwavekonijn/ps2census/commit/08326320b9f9e4d37cd3cb1b8edab0109c4299c5) Thanks [@petevdp](https://github.com/petevdp)! - fix(client): fix terms expression rendering + ## 4.7.0 ### Minor Changes diff --git a/package.json b/package.json index 42d647d..3fa4c02 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ps2census", - "version": "4.7.0", + "version": "4.7.1", "description": "Client to connect to the PS2 Event Stream websocket.", "author": "Microwavekonijn", "license": "Apache-2.0",