From 9e440d27aec097c808dd279f8de3cf6142acbf99 Mon Sep 17 00:00:00 2001 From: Fabian-Lars Date: Mon, 10 Jul 2023 12:51:28 +0200 Subject: [PATCH] chore: Re-add changefiles from #416 and #422 (#457) 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.