From 0e6cb4728b4e8255e85beb7f84174388eda817f6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 22:54:05 -0400 Subject: [PATCH] Version Packages (next) (#34) Co-authored-by: github-actions[bot] --- .changeset/pre.json | 1 + CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index 0350f31..8fda96a 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -6,6 +6,7 @@ }, "changesets": [ "chilled-baboons-battle", + "dull-candles-exercise", "many-spies-fix", "rude-berries-rescue", "shy-turkeys-count", diff --git a/CHANGELOG.md b/CHANGELOG.md index cf608d6..9283f26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # @heymp/scratchpad +## 1.0.0-next.5 + +### Minor Changes + +- db0f2af: Open devtools automatically with cli flag. Use the `--devtools` flag + to enable the devtools in the browser. + ## 1.0.0-next.4 ### Minor Changes diff --git a/package.json b/package.json index 151d56d..12bec46 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@heymp/scratchpad", - "version": "1.0.0-next.4", + "version": "1.0.0-next.5", "main": "bin/cli.js", "type": "module", "bin": {