Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
microshine committed Jun 7, 2024
1 parent 5d475d2 commit db2cf63
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.10.0](https://github.com/PeculiarVentures/webcrypto-local/compare/v1.9.0...v1.10.0) (2024-06-07)


### Features

* remove pkijs and asn1js from dependencies ([7ba592c](https://github.com/PeculiarVentures/webcrypto-local/commit/7ba592ccffda809e5e6c844f5d9dd53a6a21c92a))





# [1.9.0](https://github.com/PeculiarVentures/webcrypto-local/compare/v1.8.2...v1.9.0) (2024-06-05)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"packages": [
"packages/*"
],
"version": "1.9.0",
"version": "1.10.0",
"useWorkspaces": true
}
8 changes: 8 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.10.0](https://github.com/PeculiarVentures/webcrypto-local/compare/v1.9.0...v1.10.0) (2024-06-07)

**Note:** Version bump only for package @webcrypto-local/client





# [1.9.0](https://github.com/PeculiarVentures/webcrypto-local/compare/v1.8.2...v1.9.0) (2024-06-05)


Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webcrypto-local/client",
"version": "1.9.0",
"version": "1.10.0",
"description": "A package of `webcrypto-local` framework. WebSocket client",
"keywords": [
"webcrypto",
Expand Down
11 changes: 11 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.10.0](https://github.com/PeculiarVentures/webcrypto-local/compare/v1.9.0...v1.10.0) (2024-06-07)


### Features

* remove pkijs and asn1js from dependencies ([7ba592c](https://github.com/PeculiarVentures/webcrypto-local/commit/7ba592ccffda809e5e6c844f5d9dd53a6a21c92a))





# [1.9.0](https://github.com/PeculiarVentures/webcrypto-local/compare/v1.8.2...v1.9.0) (2024-06-05)


Expand Down
4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webcrypto-local/server",
"version": "1.9.0",
"version": "1.10.0",
"description": "A package of `webcrypto-local` framework. WebSocket server",
"keywords": [
"webcrypto",
Expand Down Expand Up @@ -61,4 +61,4 @@
"resolutions": {
"pkcs11js": "^2.1.4"
}
}
}

0 comments on commit db2cf63

Please sign in to comment.