Skip to content

Commit

Permalink
chore(release): 1.13.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.13.0](v1.12.0...v1.13.0) (2024-12-24)

### Bug Fixes

* changing log id this way is not supported ([0e6e839](0e6e839))
* move app init into fn, dynamic load app after logger is ready ([6c275e8](6c275e8))

### Features

* log more app paths ([e336663](e336663))
* parse url game event ([29a0daa](29a0daa))

### Performance Improvements

* get log level once ([c1199c8](c1199c8))
  • Loading branch information
semantic-release-bot committed Dec 24, 2024
1 parent 8d2522a commit 90fa238
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [1.13.0](https://github.com/dragonrealms-phoenix/phoenix/compare/v1.12.0...v1.13.0) (2024-12-24)


### Bug Fixes

* changing log id this way is not supported ([0e6e839](https://github.com/dragonrealms-phoenix/phoenix/commit/0e6e83998f72c4f91d6c7f9ca8dfc1d8196ed4e9))
* move app init into fn, dynamic load app after logger is ready ([6c275e8](https://github.com/dragonrealms-phoenix/phoenix/commit/6c275e8330399e48a6aef0f601c61df71401e988))


### Features

* log more app paths ([e336663](https://github.com/dragonrealms-phoenix/phoenix/commit/e336663279640cfefe4b3b27f2250fdacc42d231))
* parse url game event ([29a0daa](https://github.com/dragonrealms-phoenix/phoenix/commit/29a0daaf5a7312ef1faec7bb34817080d70ef88d))


### Performance Improvements

* get log level once ([c1199c8](https://github.com/dragonrealms-phoenix/phoenix/commit/c1199c8d11ec16fb20a7e9e697473cda4a42a7f4))

# [1.12.0](https://github.com/dragonrealms-phoenix/phoenix/compare/v1.11.0...v1.12.0) (2024-12-21)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"name": "phoenix",
"productName": "Phoenix",
"version": "1.12.0",
"version": "1.13.0",
"description": "Ignite your DragonRealms journey with Phoenix, a cross-platform game client",
"keywords": [
"dragonrealms",
Expand Down

0 comments on commit 90fa238

Please sign in to comment.