From 48bd527ebc06dcd5edeced4327dd925f4bb4dfa7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 28 Jan 2024 21:02:39 +0100 Subject: [PATCH] chore: release (#129) Co-authored-by: github-actions[bot] --- .changeset/nice-kangaroos-swim.md | 5 ----- .changeset/stupid-chairs-chew.md | 5 ----- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 .changeset/nice-kangaroos-swim.md delete mode 100644 .changeset/stupid-chairs-chew.md diff --git a/.changeset/nice-kangaroos-swim.md b/.changeset/nice-kangaroos-swim.md deleted file mode 100644 index 5b4b631..0000000 --- a/.changeset/nice-kangaroos-swim.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"ps2census": patch ---- - -Bump dependencies diff --git a/.changeset/stupid-chairs-chew.md b/.changeset/stupid-chairs-chew.md deleted file mode 100644 index 3e74046..0000000 --- a/.changeset/stupid-chairs-chew.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'ps2census': minor ---- - -Fix subscription message and command related dto list_characters diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c4e793..543067a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # ps2census +## 4.7.0 + +### Minor Changes + +- [#128](https://github.com/microwavekonijn/ps2census/pull/128) [`a9130bc`](https://github.com/microwavekonijn/ps2census/commit/a9130bc96b0502de31f4d1069864a5171613c874) Thanks [@microwavekonijn](https://github.com/microwavekonijn)! - Fix subscription message and command related dto list_characters + +### Patch Changes + +- [#128](https://github.com/microwavekonijn/ps2census/pull/128) [`a9130bc`](https://github.com/microwavekonijn/ps2census/commit/a9130bc96b0502de31f4d1069864a5171613c874) Thanks [@microwavekonijn](https://github.com/microwavekonijn)! - Bump dependencies + ## 4.6.0 ### Minor Changes diff --git a/package.json b/package.json index ee93cad..42d647d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ps2census", - "version": "4.6.0", + "version": "4.7.0", "description": "Client to connect to the PS2 Event Stream websocket.", "author": "Microwavekonijn", "license": "Apache-2.0",