diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml new file mode 100644 index 0000000..7bef498 --- /dev/null +++ b/.github/release-drafter.yml @@ -0,0 +1,9 @@ +categories: + - title: "⬆️ Dependencies" + collapse-after: 1 + labels: + - "dependencies" +template: | + ## What's Changed + + $CHANGES \ No newline at end of file diff --git a/index.html b/index.html index 6374cb3..4d28f52 100644 --- a/index.html +++ b/index.html @@ -39,7 +39,7 @@ // In development we import locally. window.location.hostname === "localhost" ? "/dist/web/index.js" - : "https://cdn.jsdelivr.net/gh/adafruit/Adafruit_WebSerial_ESPTool@1.1.0/dist/web/index.js" + : "https://cdn.jsdelivr.net/gh/adafruit/Adafruit_WebSerial_ESPTool@1.2.0/dist/web/index.js" );