From acc8c708d6a49129f21a81f3491723f22f76af5c Mon Sep 17 00:00:00 2001 From: Nick Thomas Date: Mon, 22 Apr 2024 15:11:32 -0700 Subject: [PATCH] 0.0.7 --- CHANGELOG.md | 10 +++++++++- package.json | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af8ddda..2640026 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -## [v0.0.6](https://github.com/bicycle-codes/link/compare/v0.0.5...v0.0.6) +## [v0.0.7](https://github.com/bicycle-codes/link/compare/v0.0.6...v0.0.7) + +### Commits + +- add script [`6245823`](https://github.com/bicycle-codes/link/commit/6245823440b0c0a0877ae2372755cb1e051167c8) +- better docs [`4c4b583`](https://github.com/bicycle-codes/link/commit/4c4b5830e694506aec2cce3f1649e89b08d104dd) +- wip [`d41b38e`](https://github.com/bicycle-codes/link/commit/d41b38e8108e465a966be5d048461b30a596e4a4) + +## [v0.0.6](https://github.com/bicycle-codes/link/compare/v0.0.5...v0.0.6) - 2024-04-22 ### Commits diff --git a/package.json b/package.json index 64ec001..36bb129 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@bicycle-codes/link", "description": "Link multiple machiines via websocket.", "type": "module", - "version": "0.0.6", + "version": "0.0.7", "main": "dist/index.js", "files": [ "./dist/*"