From 223230da2c91e9e138162fdaf8153344ebf4bfe7 Mon Sep 17 00:00:00 2001 From: FabianLars Date: Fri, 30 Jun 2023 00:26:24 +0200 Subject: [PATCH] chore: Re-add changefiles from #416 and #422 This reverts commit 8916544034ed367b3a4091f7714350b672cc846e. --- .changes/stronghold-arg-name.md | 5 +++++ .changes/stronghold-constructor.md | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 .changes/stronghold-arg-name.md create mode 100644 .changes/stronghold-constructor.md diff --git a/.changes/stronghold-arg-name.md b/.changes/stronghold-arg-name.md new file mode 100644 index 00000000..61efc0ed --- /dev/null +++ b/.changes/stronghold-arg-name.md @@ -0,0 +1,5 @@ +--- +"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 new file mode 100644 index 00000000..99966095 --- /dev/null +++ b/.changes/stronghold-constructor.md @@ -0,0 +1,5 @@ +--- +"stronghold-js": minor +--- + +Added `Stronghold.load` and removed its constructor.