Skip to content

Commit

Permalink
chore: version v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DIY0R committed Nov 28, 2024
1 parent 520f4d2 commit 3563ffc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,15 @@

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

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

- 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)

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

> 24 November 2024
- misc: request public key [`53aa10f`](https://github.com/DIY0R/clap-peer/commit/53aa10f112024a882ba5ae2f92d84506819d12ba)
- refactor: handle error [`e495238`](https://github.com/DIY0R/clap-peer/commit/e4952388bb5699d97261128a2e5ee846382b1f54)
- feat: encrypt message [`551bb59`](https://github.com/DIY0R/clap-peer/commit/551bb5921f1ff9f681fb3f20cd4414ef394467d2)
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.1.0",
"version": "0.2.0",
"main": "index.js",
"types": "types/index.d.ts",
"files": [
Expand Down

0 comments on commit 3563ffc

Please sign in to comment.