Skip to content

Commit

Permalink
chore: version v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DIY0R committed Dec 5, 2024
1 parent dbd9431 commit b2240ba
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,16 @@

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

#### [0.3.0](https://github.com/DIY0R/clap-peer/compare/0.2.0...0.3.0)

- doc: update README with message sending and error handling details [`b4fc215`](https://github.com/DIY0R/clap-peer/commit/b4fc21576c9de5d9f9c5a9aaf139585aa1f28d45)
- refactor: constants structure [`dbd9431`](https://github.com/DIY0R/clap-peer/commit/dbd9431f4f4fab75c066162786afede429b1637d)
- fix: handle socket error [`810c897`](https://github.com/DIY0R/clap-peer/commit/810c897c0e31006640f4d7a2f636d12dc3f2383e)

#### [0.2.0](https://github.com/DIY0R/clap-peer/compare/0.1.0...0.2.0)

> 28 November 2024
- feat: clear public keys [`4462228`](https://github.com/DIY0R/clap-peer/commit/4462228106ff949dd8247b0efb98397e6975ae70)
- doc: add features [`520f4d2`](https://github.com/DIY0R/clap-peer/commit/520f4d22ab34a1d8484365bfc3eb9d1f7f4752ec)

Expand Down
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.2.0",
"version": "0.3.0",
"main": "index.js",
"types": "types/index.d.ts",
"files": [
Expand Down

0 comments on commit b2240ba

Please sign in to comment.