Skip to content

Commit f124550

Browse files
chore(release): 1.22.0 [skip ci]
## [1.22.0](v1.21.1...v1.22.0) (2025-01-25) ### ✨ Features * trying out more stream configs ([dd5253e](dd5253e)) ### 🔨 Fixes * **game-stream:** ignore clear stream events except for the primary stream ([49c6645](49c6645)) ### 🧹 Miscellaneous * **build:** locate artifacts in nested folders under 'dist' ([458617b](458617b))
1 parent b20ac4f commit f124550

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [1.22.0](https://github.com/dragonrealms-phoenix/phoenix/compare/v1.21.1...v1.22.0) (2025-01-25)
2+
3+
### :sparkles: Features
4+
5+
* trying out more stream configs ([dd5253e](https://github.com/dragonrealms-phoenix/phoenix/commit/dd5253e973bf0a60dc8c869ca640ac0d223cca9a))
6+
7+
### :hammer: Fixes
8+
9+
* **game-stream:** ignore clear stream events except for the primary stream ([49c6645](https://github.com/dragonrealms-phoenix/phoenix/commit/49c6645bee7dfab5475db6538908ad345a0b3a50))
10+
11+
### :broom: Miscellaneous
12+
13+
* **build:** locate artifacts in nested folders under 'dist' ([458617b](https://github.com/dragonrealms-phoenix/phoenix/commit/458617b13e6d4de0a355105a804772349e4f5cdc))
14+
115
## [1.21.1](https://github.com/dragonrealms-phoenix/phoenix/compare/v1.21.0...v1.21.1) (2025-01-25)
216

317
### :package: Dependencies

electron/common/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '1.21.1';
1+
export const VERSION = '1.22.0';

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"name": "phoenix",
55
"productName": "Phoenix",
6-
"version": "1.21.1",
6+
"version": "1.22.0",
77
"description": "Ignite your DragonRealms journey with Phoenix, a cross-platform game client",
88
"keywords": [
99
"dragonrealms",

0 commit comments

Comments
 (0)