@kaijudo/react-game-types 0.1.0 → 0.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,20 @@
1
+ ## 0.4.1 (2025-12-27)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - # Patch Release: Correct Version ([c1c4975](https://github.com/vreddi/kaijudo/commit/c1c4975))
6
+
7
+ This release corrects the version from the incorrectly published 0.1.0 back to the intended 0.4.1.
8
+
9
+ ## Changes
10
+
11
+ - Correct version to 0.4.1 (patch bump from 0.4.0)
12
+ - Fixes the versioning issue caused by missing independent release group configuration
13
+
14
+ ### ❤️ Thank You
15
+
16
+ - Vishrut Reddi @vreddi
17
+
1
18
  ## 0.4.0 (2025-12-25)
2
19
 
3
20
  ### 🚀 Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kaijudo/react-game-types",
3
- "version": "0.1.0",
3
+ "version": "0.4.1",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",