diff --git a/.changeset/silver-eels-own.md b/.changeset/silver-eels-own.md deleted file mode 100644 index 76e1863..0000000 --- a/.changeset/silver-eels-own.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"astro-tunnel": minor ---- - -Update untun to 0.1.3 and add acceptCloudflareNotice option diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..29019a1 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# astro-tunnel + +## 0.1.0 + +### Minor Changes + +- [#1](https://github.com/morinokami/astro-tunnel/pull/1) [`f4e643e`](https://github.com/morinokami/astro-tunnel/commit/f4e643e26ba4b79fc6a5e4b1f9a3e437d8d297dc) Thanks [@morinokami](https://github.com/morinokami)! - Update untun to 0.1.3 and add acceptCloudflareNotice option diff --git a/package.json b/package.json index 0011170..625d960 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.0.1", + "version": "0.1.0", "type": "module", "author": "Shinya Fujino (https://github.com/morinokami)", "license": "MIT",