From 34aee78c07d1a33bab98921a6ab6a4b192df8c09 Mon Sep 17 00:00:00 2001 From: Nick Thomas Date: Sun, 21 Apr 2024 17:14:24 -0700 Subject: [PATCH] 0.0.2 --- CHANGELOG.md | 10 +++++++++- package.json | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 852a708..aea2ee0 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). -## 0.0.1 +## [v0.0.2](https://github.com/bicycle-codes/link/compare/v0.0.1...v0.0.2) + +### Commits + +- try a different exit signal [`ee848ff`](https://github.com/bicycle-codes/link/commit/ee848ff404c871f36ca0b6fd8bf8dc9a2f71d557) +- try updating node [`f8223c5`](https://github.com/bicycle-codes/link/commit/f8223c5ef7da85b4448ae79f3e089462e56c1f58) +- CI is broken [`e38c76f`](https://github.com/bicycle-codes/link/commit/e38c76f32a1fbb3b06454cd1268e3b1ab829ca9e) + +## v0.0.1 - 2024-04-21 ### Commits diff --git a/package.json b/package.json index abbc2d6..fb01d09 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.1", + "version": "0.0.2", "main": "dist/index.js", "files": [ "./dist/*"