Skip to content

Commit

Permalink
chore: version v0.0.1-0
Browse files Browse the repository at this point in the history
  • Loading branch information
DIY0R committed Oct 28, 2024
1 parent a43e3ec commit ee981f3
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
### Changelog

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

#### 0.0.1-0

- feat: receive direct message [`4a54ffa`](https://github.com/DIY0R/clap-peer/commit/4a54ffab565a8fc6b0a21ed6252917f14cca3a7f)
- feat: base handshake [`c6e8bf5`](https://github.com/DIY0R/clap-peer/commit/c6e8bf5062e4cca39f46cc349173da6ea02b3a17)
- perf: tcp message splitting with newline delimiter [`5ed43ca`](https://github.com/DIY0R/clap-peer/commit/5ed43ca7476fc4083a300ae9aba3d81f85341490)
- perf: add ttl [`f67a72e`](https://github.com/DIY0R/clap-peer/commit/f67a72e3051b00a7f901bd3e55a568be597349ac)
- refactor: separate message processing [`f10050d`](https://github.com/DIY0R/clap-peer/commit/f10050dd3470ae98deb6082974865b5b30b138a9)
- refactor: separate message handling [`3e60b89`](https://github.com/DIY0R/clap-peer/commit/3e60b89d99fb6f54d581e10d513c96f027856502)
- refactor: simplify neighbor check with while loop [`0374240`](https://github.com/DIY0R/clap-peer/commit/0374240143cd890f5b51185936826a30dc8ed60f)
- fix: create a transform stream for each socket [`d030ace`](https://github.com/DIY0R/clap-peer/commit/d030ace6871c3f57bfe91545715a95bab1a3c82e)
- fix: clear timeout if neighbors exist [`de90934`](https://github.com/DIY0R/clap-peer/commit/de90934bf7c84a11ebbf619140297ecc204c62bc)
- refactor: parent class use child methods [`497c45b`](https://github.com/DIY0R/clap-peer/commit/497c45b9cb87c6e436f8c650336a7cb6462ec976)
- perf: clean seens msgs [`fc38af3`](https://github.com/DIY0R/clap-peer/commit/fc38af3c6fb9083f2fc67a8bec01e69ea3d4b32f)
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clap-peer",
"version": "0.0.0",
"version": "0.0.1-0",
"main": "./index.js",
"types": "./types/index.d.ts",
"files": [
Expand Down

0 comments on commit ee981f3

Please sign in to comment.