Browse Source

chore: changesets

Sv443 1 month ago
parent
commit
41768bb7ae
2 changed files with 3 additions and 2 deletions
  1. 1 1
      .changeset/nervous-pets-scream.md
  2. 2 1
      .changeset/tender-actors-lie.md

+ 1 - 1
.changeset/nervous-pets-scream.md

@@ -2,4 +2,4 @@
 "@sv443-network/userutils": minor
 ---
 
-Changed a bunch of generic thrown `Error`s with the new custom error class instances
+Replaced a bunch of generic `Error`s with the new custom error class instances

+ 2 - 1
.changeset/tender-actors-lie.md

@@ -2,4 +2,5 @@
 "@sv443-network/userutils": minor
 ---
 
-Added custom error classes `ChecksumMismatchError`, `DataMigrationError` and `PlatformError`, extending from the base class `UUError`
+Added custom error classes `ChecksumMismatchError`, `DataMigrationError` and `PlatformError`, extending from the base class `UUError`  
+  The base class has the additional property `date` which is the time of the error creation