From c5437c62943b4b3a84bda7329f67acdfd404eba7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 17 Dec 2023 03:10:46 +0000 Subject: [PATCH] [ci] release --- .changeset/wet-ladybugs-enjoy.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/wet-ladybugs-enjoy.md diff --git a/.changeset/wet-ladybugs-enjoy.md b/.changeset/wet-ladybugs-enjoy.md deleted file mode 100644 index c53beb8..0000000 --- a/.changeset/wet-ladybugs-enjoy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"astro-tunnel": patch ---- - -Revert 317153a diff --git a/CHANGELOG.md b/CHANGELOG.md index fa01efb..a9d839c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # astro-tunnel +## 0.1.2 + +### Patch Changes + +- [#5](https://github.com/morinokami/astro-tunnel/pull/5) [`03c4ae6`](https://github.com/morinokami/astro-tunnel/commit/03c4ae6a05dedf65aa182103f2914aa50ede1b63) Thanks [@morinokami](https://github.com/morinokami)! - Revert 317153a + ## 0.1.1 ### Patch Changes diff --git a/package.json b/package.json index e0e7b61..6affb7d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "astro-tunnel", "description": "Expose your local Astro server to the internet", - "version": "0.1.1", + "version": "0.1.2", "type": "module", "author": "Shinya Fujino (https://github.com/morinokami)", "license": "MIT",