Skip to content

Commit

Permalink
chore: version v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DIY0R committed Nov 24, 2024
1 parent e495238 commit e57a88a
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.1.0](https://github.com/DIY0R/clap-peer/compare/0.0.1...0.1.0)

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

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

> 17 November 2024
- fix: private properties [`d7547fe`](https://github.com/DIY0R/clap-peer/commit/d7547fe9880cd3c7a48250deb642376470458f8b)
- refactor: move to interval duration [`da6be11`](https://github.com/DIY0R/clap-peer/commit/da6be11ccf08fd2adf6e66f6b6af68ed831873ad)
- fix: use setInterval [`e78edc5`](https://github.com/DIY0R/clap-peer/commit/e78edc566caeace4caa35b41601ee55420a112dd)
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.0.1",
"version": "0.1.0",
"main": "index.js",
"types": "types/index.d.ts",
"files": [
Expand Down

0 comments on commit e57a88a

Please sign in to comment.