Skip to content

Commit

Permalink
chore(@cryptkeeperzk/app): release version 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmad committed Oct 12, 2023
1 parent ea7761e commit 6b70215
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

## [0.5.3](https://github.com/CryptKeeperZK/crypt-keeper-extension/compare/@cryptkeeperzk/app-0.5.2...@cryptkeeperzk/app-0.5.3) (2023-10-12)

### Dependency Updates

* `@cryptkeeperzk/providers` updated to version `0.4.3`
* `@cryptkeeperzk/types` updated to version `0.5.2`
* `@cryptkeeperzk/zk` updated to version `0.5.2`

### Bug Fixes

* publish packages ([#1016](https://github.com/CryptKeeperZK/crypt-keeper-extension/issues/1016)) ([396ed3a](https://github.com/CryptKeeperZK/crypt-keeper-extension/commit/396ed3a800a8b51e04984e71c03a2bdd9412bbdd))

## [0.5.2](https://github.com/CryptKeeperZK/crypt-keeper-extension/compare/@cryptkeeperzk/app-0.5.1...@cryptkeeperzk/app-0.5.2) (2023-10-12)

### Dependency Updates
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cryptkeeperzk/app",
"private": true,
"version": "0.5.2",
"version": "0.5.3",
"description": "Crypt-Keeper Extension, zero knowledge identity management and proof generation tool",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/app/src/manifest/v2/manifest.firefox.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "CryptKeeper",
"description": "A ZK Identity and Proof Management Wallet",
"version": "0.5.2",
"version": "0.5.3",
"browser_action": {
"default_icon": "./icons/logo.png",
"default_popup": "popup.html"
Expand Down
2 changes: 1 addition & 1 deletion packages/app/src/manifest/v3/manifest.chrome.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "CryptKeeper",
"description": "A ZK Identity and Proof Management Wallet",
"version": "0.5.2",
"version": "0.5.3",
"minimum_chrome_version": "93",
"action": {
"default_icon": "./icons/logo.png",
Expand Down
2 changes: 1 addition & 1 deletion packages/app/src/manifest/v3/manifest.firefox.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "CryptKeeper",
"description": "A ZK Identity and Proof Management Wallet",
"version": "0.5.2",
"version": "0.5.3",
"action": {
"default_icon": "./icons/logo.png",
"default_popup": "popup.html"
Expand Down

0 comments on commit 6b70215

Please sign in to comment.