diff --git a/.changeset/violet-planets-double.md b/.changeset/violet-planets-double.md deleted file mode 100644 index 5816ecc..0000000 --- a/.changeset/violet-planets-double.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"astro-tunnel": patch ---- - -Add publish command diff --git a/CHANGELOG.md b/CHANGELOG.md index 29019a1..fa01efb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # astro-tunnel +## 0.1.1 + +### Patch Changes + +- [#3](https://github.com/morinokami/astro-tunnel/pull/3) [`037c7b9`](https://github.com/morinokami/astro-tunnel/commit/037c7b9c106224d692e1619a0177d0b07a58474a) Thanks [@morinokami](https://github.com/morinokami)! - Add publish command + ## 0.1.0 ### Minor Changes diff --git a/package.json b/package.json index 1d1e7d0..e0e7b61 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.0", + "version": "0.1.1", "type": "module", "author": "Shinya Fujino (https://github.com/morinokami)", "license": "MIT",