Explorar el Código

chore: changesets

Sv443 hace 1 mes
padre
commit
41768bb7ae
Se han modificado 2 ficheros con 3 adiciones y 2 borrados
  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