diff --git a/CHANGELOG.md b/CHANGELOG.md index aea2ee0..d22a545 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,13 @@ 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.2](https://github.com/bicycle-codes/link/compare/v0.0.1...v0.0.2) +## [v0.0.3](https://github.com/bicycle-codes/link/compare/v0.0.2...v0.0.3) + +### Commits + +- docs [`09b2b03`](https://github.com/bicycle-codes/link/commit/09b2b035d3074975eea481cd68c173bb2e334601) + +## [v0.0.2](https://github.com/bicycle-codes/link/compare/v0.0.1...v0.0.2) - 2024-04-21 ### Commits diff --git a/package.json b/package.json index fb01d09..fde221b 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.2", + "version": "0.0.3", "main": "dist/index.js", "files": [ "./dist/*"