Skip to content

Commit 6e8f1de

Browse files
committed
v2.3.4 changelog
1 parent c8578aa commit 6e8f1de

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ if(previousTrack) {
493493
- Fixed Export, where types of Manager weren't exported correctly
494494
- Fixed Dist Folder containing old, left over not needed files
495495
496-
## **Version 2.3.2**
496+
## **Version 2.3.2** / **Version 2.3.3**
497497
- Added Missing function calls for the QueueWatcher of tracksRemoved within the queue.remove() function:
498498
- Added new DestroyReasons:
499499
- TrackStuckMaxTracksErroredPerTime
@@ -516,4 +516,10 @@ if(previousTrack) {
516516
- The **` functionLayer `** string will show you where the debug event was triggered from
517517
- The **` message `** string will show what is debugged
518518
- The **` error `** object will show you the error that happened, if there was one.
519-
- *This took quite some time to code, and i am sure there are still many logs you might want, feel free to open an issue or commit with an PR, if you think something is missing!*
519+
- *This took quite some time to code, and i am sure there are still many logs you might want, feel free to open an issue
520+
521+
522+
## **Version 2.3.4**
523+
- Improved the package bundling with tsc-alias, to export files with file types
524+
- Added package.json to exported dist, for easier parsing ability and compatibility with older and newer node versions
525+
- Added error handling for resolving unresolved tracks on trackend

0 commit comments

Comments
 (0)