Skip to content

Commit bd06679

Browse files
committed
1.2.1
1 parent a379ac1 commit bd06679

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,15 @@ This project adheres to [Semantic Versioning (semver)](https://semver.org/spec/v
33
It is recommended to keep the client up-to-date with latest versions to avoid possible breakage with each update to the game's protocol.
44

55
<!--
6-
## 1.2.1-beta.1 - Unreleased
6+
## 1.2.2-beta.1 - Unreleased
77
88
-->
99

10+
## 1.2.1 - 2024-12-12
11+
12+
### Fixed
13+
- Fixed larger segmented packets not being able to dispatch on the spot, in some scenarios. ([#6](https://github.com/cheeseformice/transformice.js/issues/6)
14+
1015
## 1.2.0 - 2024-05-02
1116

1217
This release includes some important fixes to run on the latest protocol.

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cheeseformice/transformice.js",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Node.js client for Transformice with full Typescript support.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -16,7 +16,10 @@
1616
"url": "git+https://github.com/Cheeseformice/transformice.js.git"
1717
},
1818
"keywords": [
19-
"transformice"
19+
"transformice",
20+
"tfm",
21+
"client",
22+
"bot"
2023
],
2124
"author": "SuspiciousLookingOwl",
2225
"license": "MIT",

0 commit comments

Comments
 (0)