Skip to content

Commit

Permalink
chore(release): 1.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.5.0](v1.4.0...v1.5.0) (2024-01-09)

### Bug Fixes

* actually, let nextjs handle the node_env ([ecd922a](ecd922a))
* euitext broke auto scroll, refactoring ([fe87bd3](fe87bd3))
* handle empty exp component ([803c4a3](803c4a3))
* handle if node is undefined ([c563b01](c563b01))
* handle matched and captured text ([8695ee5](8695ee5))
* handle when no window ([5cad644](5cad644))
* lint only staged files ([954747b](954747b))
* only consume game text when emitted in an event ([96b07b6](96b07b6))
* overly permissive regex ([46297f6](46297f6))
* protect against multiple create window requests ([6790a50](6790a50))
* race condition when deleting files ([54b7e72](54b7e72))
* reference to preload types ([ac3194f](ac3194f))
* return game stream observable ([ba95d4e](ba95d4e))
* support trace debug level in logger test ([8600413](8600413))
* update dependencies ([ccc0b43](ccc0b43))
* update import to satisfy linting ([ed8f804](ed8f804))

### Features

* abstract account and game service from app ([8fb2214](8fb2214))
* abstract game disconnect in ipc destroy fn ([1687ef2](1687ef2))
* add create logger function ([ab2ac16](ab2ac16))
* add debugging messages ([663d1ff](663d1ff))
* add Maybe utility type ([8d0665f](8d0665f))
* add more grid items ([31abb5a](31abb5a))
* add request timeout option ([07e6573](07e6573))
* add rxjs ([4bb2715](4bb2715))
* add unique ids to each game event ([87ba4d8](87ba4d8))
* add uuid to each game event ([8359eb2](8359eb2))
* added trace log level ([5200329](5200329))
* apply styling to game log lines, handle more events ([9d8d400](9d8d400))
* auto scroll to bottom component ([4f2af08](4f2af08))
* auto scroll updates ([844027c](844027c))
* avoid emitting back to back newline text events ([c5b74c6](c5b74c6))
* avoid unhandled async error ([3e6f64c](3e6f64c))
* cache scoped loggers ([0e9810c](0e9810c))
* cache service ([f5d1cea](f5d1cea))
* cache tls cert ([2fc46db](2fc46db))
* cache-backed store for config data ([098266b](098266b))
* clarify its the main window; debug messages ([6de0ecb](6de0ecb))
* default to dark theme ([e59786f](e59786f))
* **deps:** update dependencies ([77385a3](77385a3))
* destroy socket in finally block ([a17475a](a17475a))
* dynamically resize grid to match window height ([dc5cf9a](dc5cf9a))
* echo sent commands to player ([bcdcd10](bcdcd10))
* format room window ([d0db8a6](d0db8a6))
* game content component ([a53b7e7](a53b7e7))
* game events ([dc80605](dc80605))
* game parser ([07f9f92](07f9f92))
* game service ([f48088a](f48088a))
* game service and socket ([5e0f7df](5e0f7df))
* game socket ([de031ff](de031ff))
* get and remove all keys ([fc6ae41](fc6ae41))
* grid updates ([b98e446](b98e446))
* handle closing grid items ([5b7e57c](5b7e57c))
* handle multiple room object tag ids ([06c0923](06c0923))
* handle room title ([64e1969](64e1969))
* handle spell and hand items ([c59c8a8](c59c8a8))
* handle when socket is closed ([90e6dd1](90e6dd1))
* hook dependency updates ([52053dc](52053dc))
* ignore obsolete 'compDef' tag ([e28afc5](e28afc5))
* initial pass at game parser ([16947d0](16947d0))
* inject account service to ipc controller ([53b9476](53b9476))
* ipc controller to register handlers and dispatch events ([91cec60](91cec60))
* load .env overrides ([db94c85](db94c85))
* local storage helper ([deb0b67](deb0b67))
* logger scope standardization ([422e5f9](422e5f9))
* logons and deaths ([737f0cd](737f0cd))
* mask sensitive log values ([9e9353f](9e9353f))
* method to list characters ([2c685b6](2c685b6))
* modularize code; simplify external import paths ([526b35d](526b35d))
* modularize code; simplify external import paths ([15efa25](15efa25))
* more experiments with game window stream ([501ae6c](501ae6c))
* moving game event subscription to grid page ([730f3ad](730f3ad))
* option to enable scroll to new log lines ([ea0139b](ea0139b))
* parse hand and spell ([087f8ce](087f8ce))
* prevent flickering when clearing stream ([0de34fe](0de34fe))
* remove obsolete room creatures ([6f6fedc](6f6fedc))
* replay to first subscriber subject ([5099aba](5099aba))
* run in background method and test ([76b6b44](76b6b44))
* service to abstract account and character storage ([3c5396c](3c5396c))
* set log level ([8ce3faf](8ce3faf))
* set log level ([9f88168](9f88168))
* sge and game ipc commands ([b6da0df](b6da0df))
* sge service ([958abb0](958abb0))
* show exp learning rate ([b379c43](b379c43))
* snake upper case ([79eceaa](79eceaa))
* string equals ignore case ([e6cfade](e6cfade))
* string util to slice pattern from start of string ([ff2e27f](ff2e27f))
* stub out a page for testing ([7d9f645](7d9f645))
* stub out ipc handlers ([4343e51](4343e51))
* stub out links to perform character actions ([edca634](edca634))
* stub out new ipc methods ([e90d6f7](e90d6f7))
* style vertical scroll ([d18612a](d18612a))
* subscribe to game service stream ([4c0c3a0](4c0c3a0))
* unescape entities ([db9d393](db9d393))
* unsubscribe from channel ([4240ba8](4240ba8))
* update game types ([14ace4d](14ace4d))
* update the mask ([5066f83](5066f83))
* updates ([c7c843d](c7c843d))
* use auto scrollable div ([9ec88ec](9ec88ec))
* use game content component ([dc4b3ac](dc4b3ac))
* use ipc controller ([f524e69](f524e69))
* uses game parser ([bc930e4](bc930e4))
* validate account before save character ([7f6efd1](7f6efd1))
* value to find optional ([43edebe](43edebe))
* wait until condition met ([af29661](af29661))
* wire up sge service to ipc methods ([4f321b4](4f321b4))
  • Loading branch information
semantic-release-bot committed Jan 9, 2024
1 parent 6881c16 commit d4a5a8d
Show file tree
Hide file tree
Showing 2 changed files with 116 additions and 1 deletion.
115 changes: 115 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,118 @@
# [1.5.0](https://github.com/dragonrealms-phoenix/phoenix/compare/v1.4.0...v1.5.0) (2024-01-09)


### Bug Fixes

* actually, let nextjs handle the node_env ([ecd922a](https://github.com/dragonrealms-phoenix/phoenix/commit/ecd922a2b55ca1d1c0464e3b425d13e007aa05da))
* euitext broke auto scroll, refactoring ([fe87bd3](https://github.com/dragonrealms-phoenix/phoenix/commit/fe87bd38e02f2460a38afa3722d8e5ff46cd4a97))
* handle empty exp component ([803c4a3](https://github.com/dragonrealms-phoenix/phoenix/commit/803c4a3e5c6906f12a9c7dd703a9b92f47a55ce0))
* handle if node is undefined ([c563b01](https://github.com/dragonrealms-phoenix/phoenix/commit/c563b01baa362fabe7fe7fb0e27780a664d8e466))
* handle matched and captured text ([8695ee5](https://github.com/dragonrealms-phoenix/phoenix/commit/8695ee523bec8c28be3dfa0eb0c1d13b371f3645))
* handle when no window ([5cad644](https://github.com/dragonrealms-phoenix/phoenix/commit/5cad644620a083ef57af57ed6a5f8bf87b046139))
* lint only staged files ([954747b](https://github.com/dragonrealms-phoenix/phoenix/commit/954747bc1c7016ff9bfbceba7711ab4307ee7356))
* only consume game text when emitted in an event ([96b07b6](https://github.com/dragonrealms-phoenix/phoenix/commit/96b07b6975cac8d81089bc4300da1583a8ec8b75))
* overly permissive regex ([46297f6](https://github.com/dragonrealms-phoenix/phoenix/commit/46297f64c337142aeb9c2c18473e19cb23171d9a))
* protect against multiple create window requests ([6790a50](https://github.com/dragonrealms-phoenix/phoenix/commit/6790a50534724101ce91fe2841276a314015ef5f))
* race condition when deleting files ([54b7e72](https://github.com/dragonrealms-phoenix/phoenix/commit/54b7e72789ddace976b35e5d9c0fef7b1422f8f4))
* reference to preload types ([ac3194f](https://github.com/dragonrealms-phoenix/phoenix/commit/ac3194faa90023de718fbdf8cdddb744c89f4824))
* return game stream observable ([ba95d4e](https://github.com/dragonrealms-phoenix/phoenix/commit/ba95d4e36b812e361ce057b7c8a1d37c3d9316cc))
* support trace debug level in logger test ([8600413](https://github.com/dragonrealms-phoenix/phoenix/commit/8600413e0a004939f69c5906622f11f42c518164))
* update dependencies ([ccc0b43](https://github.com/dragonrealms-phoenix/phoenix/commit/ccc0b4300304b74cac94a7cc0d4683bd6d621de2))
* update import to satisfy linting ([ed8f804](https://github.com/dragonrealms-phoenix/phoenix/commit/ed8f80440694f7c3c8671bca9c7c929158ad261c))


### Features

* abstract account and game service from app ([8fb2214](https://github.com/dragonrealms-phoenix/phoenix/commit/8fb2214523496072540af0facd36b1cd72eb6f22))
* abstract game disconnect in ipc destroy fn ([1687ef2](https://github.com/dragonrealms-phoenix/phoenix/commit/1687ef2111a73a436f71d989085340cc114094a2))
* add create logger function ([ab2ac16](https://github.com/dragonrealms-phoenix/phoenix/commit/ab2ac1658462791b31047a6439ef6f36d9d82d24))
* add debugging messages ([663d1ff](https://github.com/dragonrealms-phoenix/phoenix/commit/663d1ffee79a4c7e2529e689b1ed003c5ac0a355))
* add Maybe utility type ([8d0665f](https://github.com/dragonrealms-phoenix/phoenix/commit/8d0665f28cb0b455f0b15f00dbd11856b260bd95))
* add more grid items ([31abb5a](https://github.com/dragonrealms-phoenix/phoenix/commit/31abb5a3aa744706b75ecfd49c1dd44700e5a4ed))
* add request timeout option ([07e6573](https://github.com/dragonrealms-phoenix/phoenix/commit/07e657389caf9d38e34bf6d563a6bf19583f6e53))
* add rxjs ([4bb2715](https://github.com/dragonrealms-phoenix/phoenix/commit/4bb27150a162e4cb4b933d889a12ae0b82b77d7e))
* add unique ids to each game event ([87ba4d8](https://github.com/dragonrealms-phoenix/phoenix/commit/87ba4d800aa2cc19024414c1f1174ca187322fd7))
* add uuid to each game event ([8359eb2](https://github.com/dragonrealms-phoenix/phoenix/commit/8359eb209f42570fdd214c0556163968f18ae515))
* added trace log level ([5200329](https://github.com/dragonrealms-phoenix/phoenix/commit/52003299da5465e718f2c9b2eba854c47e0e1884))
* apply styling to game log lines, handle more events ([9d8d400](https://github.com/dragonrealms-phoenix/phoenix/commit/9d8d400f92a435dd84f3d0d8d6624bb9a4dbc389))
* auto scroll to bottom component ([4f2af08](https://github.com/dragonrealms-phoenix/phoenix/commit/4f2af08742b5e256132660688599d9c093974d78))
* auto scroll updates ([844027c](https://github.com/dragonrealms-phoenix/phoenix/commit/844027c705d367865966d45215cbf131e74b5761))
* avoid emitting back to back newline text events ([c5b74c6](https://github.com/dragonrealms-phoenix/phoenix/commit/c5b74c6e8b060ac04a583957b35f54168ca1afda))
* avoid unhandled async error ([3e6f64c](https://github.com/dragonrealms-phoenix/phoenix/commit/3e6f64c29f3a458a2f4e9a145fa879fefd680b43))
* cache scoped loggers ([0e9810c](https://github.com/dragonrealms-phoenix/phoenix/commit/0e9810cd7ad3b02997fec3b19726431961655999))
* cache service ([f5d1cea](https://github.com/dragonrealms-phoenix/phoenix/commit/f5d1cea5199b5e4b0e11a21ab3c3091240a25645))
* cache tls cert ([2fc46db](https://github.com/dragonrealms-phoenix/phoenix/commit/2fc46db9a344aff2320fa07ab0281c4410ee96b8))
* cache-backed store for config data ([098266b](https://github.com/dragonrealms-phoenix/phoenix/commit/098266b3a99202138bcd640c8d7888bc712ed0f4))
* clarify its the main window; debug messages ([6de0ecb](https://github.com/dragonrealms-phoenix/phoenix/commit/6de0ecb84fcae0f77e65b2475d58208dc42e0718))
* default to dark theme ([e59786f](https://github.com/dragonrealms-phoenix/phoenix/commit/e59786f89e8f6ae4071f905ac0b73a22772a1e48))
* **deps:** update dependencies ([77385a3](https://github.com/dragonrealms-phoenix/phoenix/commit/77385a38d648e147580a5a9dd5ac9dfce00d0dc0))
* destroy socket in finally block ([a17475a](https://github.com/dragonrealms-phoenix/phoenix/commit/a17475abc5904ca2b9aa540a23317070e63752e3))
* dynamically resize grid to match window height ([dc5cf9a](https://github.com/dragonrealms-phoenix/phoenix/commit/dc5cf9a6460bf722e9e56ce484242e21044ef512))
* echo sent commands to player ([bcdcd10](https://github.com/dragonrealms-phoenix/phoenix/commit/bcdcd10dec7f6057a6ec4527bea3725352d07dcd))
* format room window ([d0db8a6](https://github.com/dragonrealms-phoenix/phoenix/commit/d0db8a61e1a35050cddf53ac182684d012479970))
* game content component ([a53b7e7](https://github.com/dragonrealms-phoenix/phoenix/commit/a53b7e7e4d1e926c6287236bc6b5e6e52283b983))
* game events ([dc80605](https://github.com/dragonrealms-phoenix/phoenix/commit/dc80605598b7c191b4431443678700d77621544d))
* game parser ([07f9f92](https://github.com/dragonrealms-phoenix/phoenix/commit/07f9f924a30dfed3cdd5da86d8aa29f8a2110d42))
* game service ([f48088a](https://github.com/dragonrealms-phoenix/phoenix/commit/f48088aaed45864cb2318a5bda844f4913961387))
* game service and socket ([5e0f7df](https://github.com/dragonrealms-phoenix/phoenix/commit/5e0f7dfb71e6ad56888c64846fe619ec9e4967d8))
* game socket ([de031ff](https://github.com/dragonrealms-phoenix/phoenix/commit/de031ffe52e414c4fc1cfdff58890eaf5be24d34))
* get and remove all keys ([fc6ae41](https://github.com/dragonrealms-phoenix/phoenix/commit/fc6ae4184ef9faa5cbe3482b41a062039baef4df))
* grid updates ([b98e446](https://github.com/dragonrealms-phoenix/phoenix/commit/b98e446f6152712240b8a32457fd99bcac15358b))
* handle closing grid items ([5b7e57c](https://github.com/dragonrealms-phoenix/phoenix/commit/5b7e57cf4d1ce3c33271ddb0127224ffc173e114))
* handle multiple room object tag ids ([06c0923](https://github.com/dragonrealms-phoenix/phoenix/commit/06c09239eb9099674d69363f6e0a159ed20b4506))
* handle room title ([64e1969](https://github.com/dragonrealms-phoenix/phoenix/commit/64e1969b0f2fd4187fae8892034ad80e63d24a35))
* handle spell and hand items ([c59c8a8](https://github.com/dragonrealms-phoenix/phoenix/commit/c59c8a8b3629b3cb8d4c7416602e4dcd3c43ed38))
* handle when socket is closed ([90e6dd1](https://github.com/dragonrealms-phoenix/phoenix/commit/90e6dd1ffa39176b3a5b06ac6d2df264de41fc05))
* hook dependency updates ([52053dc](https://github.com/dragonrealms-phoenix/phoenix/commit/52053dceb0a2cd603854ef0c70799232c741a7df))
* ignore obsolete 'compDef' tag ([e28afc5](https://github.com/dragonrealms-phoenix/phoenix/commit/e28afc5c44d97796e5f1ea6aab66ea085ba1a7e2))
* initial pass at game parser ([16947d0](https://github.com/dragonrealms-phoenix/phoenix/commit/16947d07f3844595175d9610f9c9334e8f2e0a8e))
* inject account service to ipc controller ([53b9476](https://github.com/dragonrealms-phoenix/phoenix/commit/53b94768541dab283c9eb59c89d654294a961535))
* ipc controller to register handlers and dispatch events ([91cec60](https://github.com/dragonrealms-phoenix/phoenix/commit/91cec60e041b19174e4c20bccd59eff034931ecb))
* load .env overrides ([db94c85](https://github.com/dragonrealms-phoenix/phoenix/commit/db94c854e8210446303926f4902e996cf46c6a4f))
* local storage helper ([deb0b67](https://github.com/dragonrealms-phoenix/phoenix/commit/deb0b67cb46df38499d3e82caec0b3405c802779))
* logger scope standardization ([422e5f9](https://github.com/dragonrealms-phoenix/phoenix/commit/422e5f9aaf39fd718eced6794659520003c3e172))
* logons and deaths ([737f0cd](https://github.com/dragonrealms-phoenix/phoenix/commit/737f0cd21f167a3d5d2552ef78c379a7f4da76c2))
* mask sensitive log values ([9e9353f](https://github.com/dragonrealms-phoenix/phoenix/commit/9e9353f35366710da556d62008295ab0e3a4cd29))
* method to list characters ([2c685b6](https://github.com/dragonrealms-phoenix/phoenix/commit/2c685b6678ad94a58a889ff23ee3dc621e5b80de))
* modularize code; simplify external import paths ([526b35d](https://github.com/dragonrealms-phoenix/phoenix/commit/526b35dc970e5f07973de9a71cbf2b1eb4d225de))
* modularize code; simplify external import paths ([15efa25](https://github.com/dragonrealms-phoenix/phoenix/commit/15efa2594cc2d1fccdb9d8ef8537334f63fcd43c))
* more experiments with game window stream ([501ae6c](https://github.com/dragonrealms-phoenix/phoenix/commit/501ae6cf65b5290ee5f1864cfe5b707ab308edbc))
* moving game event subscription to grid page ([730f3ad](https://github.com/dragonrealms-phoenix/phoenix/commit/730f3adb4b2d6a20a2e90732b3982a842f77044f))
* option to enable scroll to new log lines ([ea0139b](https://github.com/dragonrealms-phoenix/phoenix/commit/ea0139bcaff83350b9f3d42d041f1dd5b7aca293))
* parse hand and spell ([087f8ce](https://github.com/dragonrealms-phoenix/phoenix/commit/087f8cef4bc324905b6b30e61896009a83892de7))
* prevent flickering when clearing stream ([0de34fe](https://github.com/dragonrealms-phoenix/phoenix/commit/0de34fed7083ec4925cd97f0a6283bff402f2d41))
* remove obsolete room creatures ([6f6fedc](https://github.com/dragonrealms-phoenix/phoenix/commit/6f6fedc40cd0d574e464ff7f272b2f8951d192cb))
* replay to first subscriber subject ([5099aba](https://github.com/dragonrealms-phoenix/phoenix/commit/5099aba0d29b03232c63c42670b7ee527a08d122))
* run in background method and test ([76b6b44](https://github.com/dragonrealms-phoenix/phoenix/commit/76b6b442869c0e90343b36c4006b4fcae2e002e8))
* service to abstract account and character storage ([3c5396c](https://github.com/dragonrealms-phoenix/phoenix/commit/3c5396c9a9b493ff71fdebee7f284d330ec2147b))
* set log level ([8ce3faf](https://github.com/dragonrealms-phoenix/phoenix/commit/8ce3faf86e1700f93d917f5de0533fa21812d7fa))
* set log level ([9f88168](https://github.com/dragonrealms-phoenix/phoenix/commit/9f88168cfbc5f66e92526558ee9d31454c643188))
* sge and game ipc commands ([b6da0df](https://github.com/dragonrealms-phoenix/phoenix/commit/b6da0dfd61f7b9465ebff6a790e2cce2ac0d1c11))
* sge service ([958abb0](https://github.com/dragonrealms-phoenix/phoenix/commit/958abb04c7573005fc6e837312b4cc840359b182))
* show exp learning rate ([b379c43](https://github.com/dragonrealms-phoenix/phoenix/commit/b379c438a51faaa9333df9a9a1c4d503bdbaa52a))
* snake upper case ([79eceaa](https://github.com/dragonrealms-phoenix/phoenix/commit/79eceaa495c57cd68242e9f27cc4dc60b53022a0))
* string equals ignore case ([e6cfade](https://github.com/dragonrealms-phoenix/phoenix/commit/e6cfadeb5e9b5cb25027694da369cba4c0488279))
* string util to slice pattern from start of string ([ff2e27f](https://github.com/dragonrealms-phoenix/phoenix/commit/ff2e27f77aeda3ed3f02a8edf9ad3e803fe2ff17))
* stub out a page for testing ([7d9f645](https://github.com/dragonrealms-phoenix/phoenix/commit/7d9f645eb4a66abb23709bee0d636a6d63c27945))
* stub out ipc handlers ([4343e51](https://github.com/dragonrealms-phoenix/phoenix/commit/4343e519a5cd20fc5aae2b27af3d6bf217d82178))
* stub out links to perform character actions ([edca634](https://github.com/dragonrealms-phoenix/phoenix/commit/edca6347e54869cb31e6bf2d268ce712ea27923c))
* stub out new ipc methods ([e90d6f7](https://github.com/dragonrealms-phoenix/phoenix/commit/e90d6f7179f41751b4aac5cace9584e7540e206e))
* style vertical scroll ([d18612a](https://github.com/dragonrealms-phoenix/phoenix/commit/d18612a43f852eadb92451b326f64918665f6808))
* subscribe to game service stream ([4c0c3a0](https://github.com/dragonrealms-phoenix/phoenix/commit/4c0c3a0ca3642207ab62c25090945adb73ad7a4d))
* unescape entities ([db9d393](https://github.com/dragonrealms-phoenix/phoenix/commit/db9d3932738aca6ca71a689a98ae4703114d486b))
* unsubscribe from channel ([4240ba8](https://github.com/dragonrealms-phoenix/phoenix/commit/4240ba81d333172f89b23b13c6a0462cd64db58e))
* update game types ([14ace4d](https://github.com/dragonrealms-phoenix/phoenix/commit/14ace4d4cdc48ceae145c6473c12eb253bc2ccdc))
* update the mask ([5066f83](https://github.com/dragonrealms-phoenix/phoenix/commit/5066f83d26d8bc7615a6e9d178377348fb3ad6e7))
* updates ([c7c843d](https://github.com/dragonrealms-phoenix/phoenix/commit/c7c843d313b68f80e280eadca97b09407563e596))
* use auto scrollable div ([9ec88ec](https://github.com/dragonrealms-phoenix/phoenix/commit/9ec88ec680c42715944fc9ccedb5e7b4c6e79e36))
* use game content component ([dc4b3ac](https://github.com/dragonrealms-phoenix/phoenix/commit/dc4b3ac6ceb206b65fbb2972af1d55221d4917f0))
* use ipc controller ([f524e69](https://github.com/dragonrealms-phoenix/phoenix/commit/f524e6949a02258e4d96d6266c0ce063122dda6f))
* uses game parser ([bc930e4](https://github.com/dragonrealms-phoenix/phoenix/commit/bc930e459da27bac22b53a6f99d0d5b71cd186d8))
* validate account before save character ([7f6efd1](https://github.com/dragonrealms-phoenix/phoenix/commit/7f6efd13eb9fa966b42fd3ddbb9685dcf7257162))
* value to find optional ([43edebe](https://github.com/dragonrealms-phoenix/phoenix/commit/43edebec1d84a0cbc2fb181e59490a7a2c052fec))
* wait until condition met ([af29661](https://github.com/dragonrealms-phoenix/phoenix/commit/af29661ff607c3e08d231bbba2dd4e3af3291625))
* wire up sge service to ipc methods ([4f321b4](https://github.com/dragonrealms-phoenix/phoenix/commit/4f321b494ef35270cdc649edd31e9a668ee58964))

# [1.4.0](https://github.com/dragonrealms-phoenix/phoenix/compare/v1.3.0...v1.4.0) (2023-10-23)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "phoenix",
"productName": "Phoenix",
"version": "1.4.0",
"version": "1.5.0",
"description": "Ignite your DragonRealms journey on macOS and Windows with Phoenix",
"keywords": [
"dragonrealms",
Expand Down

0 comments on commit d4a5a8d

Please sign in to comment.