From 17b18bde93af06a5f39ae27b565b98d87256fea3 Mon Sep 17 00:00:00 2001 From: FabianLars Date: Thu, 29 Jun 2023 22:16:24 +0000 Subject: [PATCH] publish new versions --- .changes/stronghold-arg-name.md | 5 ----- .changes/stronghold-constructor.md | 5 ----- 2 files changed, 10 deletions(-) delete mode 100644 .changes/stronghold-arg-name.md delete mode 100644 .changes/stronghold-constructor.md diff --git a/.changes/stronghold-arg-name.md b/.changes/stronghold-arg-name.md deleted file mode 100644 index 61efc0ed..00000000 --- a/.changes/stronghold-arg-name.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stronghold-js": patch ---- - -Change the argument name of the `Stronghold.remove` from `location` to `recordPath` to match the Stronghold command argument diff --git a/.changes/stronghold-constructor.md b/.changes/stronghold-constructor.md deleted file mode 100644 index 99966095..00000000 --- a/.changes/stronghold-constructor.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stronghold-js": minor ---- - -Added `Stronghold.load` and removed its constructor.