diff --git a/.github/art/cover.jpg b/.github/art/cover.jpg index ba6e418..803ae3e 100644 Binary files a/.github/art/cover.jpg and b/.github/art/cover.jpg differ diff --git a/.gitignore b/.gitignore index fb25312..bd8c5fb 100644 --- a/.gitignore +++ b/.gitignore @@ -6,7 +6,7 @@ *.pem coverage dist -bin/rpx* +bin/lpx* lib-cov logs node_modules diff --git a/.vscode/settings.json b/.vscode/settings.json index cd683c0..3a59e64 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -58,7 +58,7 @@ "typescript.preferGoToSourceDefinition": true, "files.associations": { - "rpx": "typescript" + "lpx": "typescript" }, "editor.quickSuggestions": { "strings": true diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..8ac9d95 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,19 @@ +# Changelog + + +## ...main + + +### 🏡 Chore + +- Initial commit ([75da79b](https://github.com/stacksjs/localtunnels/commit/75da79b)) +- Wip ([6f98794](https://github.com/stacksjs/localtunnels/commit/6f98794)) +- Add initial cloud ([c48fbef](https://github.com/stacksjs/localtunnels/commit/c48fbef)) +- Update readme ([6d43613](https://github.com/stacksjs/localtunnels/commit/6d43613)) +- Rename to lpx ([4119499](https://github.com/stacksjs/localtunnels/commit/4119499)) +- Lint ([594c7cb](https://github.com/stacksjs/localtunnels/commit/594c7cb)) + +### ❤️ Contributors + +- Chris ([@chrisbbreuer](http://github.com/chrisbbreuer)) +