From e482024b1d28ae4c215477eed6b05db88ce9fb5c Mon Sep 17 00:00:00 2001 From: Nick Thomas Date: Sun, 21 Apr 2024 16:43:05 -0700 Subject: [PATCH] 0.0.1 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a724cf0..852a708 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,3 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). + +## 0.0.1 + +### Commits + +- Initial commit [`4b395ec`](https://github.com/bicycle-codes/link/commit/4b395ec1b145a8bc87b2367120b7d6b2f845b15c) +- wip [`6f6fbea`](https://github.com/bicycle-codes/link/commit/6f6fbea4a3849e7520b0ee74b9f280acf2dcb426) +- FEATURE: better docs [`6c55c64`](https://github.com/bicycle-codes/link/commit/6c55c6433b3dd35c324b2edebcfbe0776d363d54) diff --git a/package.json b/package.json index 9d405f2..5d84eaf 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.0", + "version": "0.0.1", "main": "dist/index.js", "files": [ "./dist/*"