Skip to content

Commit 53b20ba

Browse files
committed
feat: update changelog + bump versions
1 parent b04fb21 commit 53b20ba

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

client/changelog/index.html

+8
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@
2929
<pre>
3030
# Changelog
3131

32+
v0.21.4 - [11/6/2024]
33+
- Fixed a critical bit stream vulnerability.
34+
- Fixed broken bridge spawning.
35+
- Added bullet whiz sound effects.
36+
- Nerfed USAS-12, M590M, and Flint Stone spawns.
37+
- Small improvements to Bombed Armory.
38+
- Added awhhmahgawd emote.
39+
3240
v0.21.3 - [11/3/2024]
3341
- Halloween mode is over.
3442
- Redesigned the warehouse.

common/src/constants.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const inventorySlotTypings = Object.freeze([ItemType.Gun, ItemType.Gun, ItemType
2525
export const GameConstants = freezeDeep({
2626
// !!!!! NOTE: Increase this every time a bit stream change is made between latest release and master
2727
// or a new item is added to a definition list
28-
protocolVersion: 33,
28+
protocolVersion: 34,
2929
gridSize: 32,
3030
maxPosition: 1924,
3131
modeName: "fall" satisfies Mode as Mode,

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "suroi",
3-
"version": "0.21.3",
3+
"version": "0.21.4",
44
"description": "An open-source 2D battle royale game inspired by surviv.io",
55
"private": true,
66
"scripts": {

0 commit comments

Comments
 (0)