Skip to content

Commit 1fe0190

Browse files
committed
chore: release v1.14.0
1 parent 612d5a5 commit 1fe0190

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@enclosed/root",
3-
"version": "1.13.0",
3+
"version": "1.14.0",
44
"description": "Send private and secure note",
55
"packageManager": "[email protected]",
66
"license": "Apache-2.0",

packages/app-client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@enclosed/app-client",
33
"type": "module",
4-
"version": "1.13.0",
4+
"version": "1.14.0",
55
"packageManager": "[email protected]",
66
"description": "Enclosed frontend client",
77
"author": "Corentin Thomasset <[email protected]> (https://corentin.tech)",

packages/app-server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@enclosed/app-server",
33
"type": "module",
4-
"version": "1.13.0",
4+
"version": "1.14.0",
55
"packageManager": "[email protected]",
66
"description": "Enclosed backend server",
77
"author": "Corentin Thomasset <[email protected]> (https://corentin.tech)",

packages/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@enclosed/cli",
33
"type": "module",
4-
"version": "1.13.0",
4+
"version": "1.14.0",
55
"packageManager": "[email protected]",
66
"description": "Enclosed cli to create secure notes.",
77
"author": "Corentin Thomasset <[email protected]> (https://corentin.tech)",

packages/crypto/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@enclosed/crypto",
33
"type": "module",
4-
"version": "1.13.0",
4+
"version": "1.14.0",
55
"packageManager": "[email protected]",
66
"description": "Enclosed cross-env crypto primitives",
77
"author": "Corentin Thomasset <[email protected]> (https://corentin.tech)",

packages/deploy-cloudflare/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@enclosed/deploy-cloudflare",
3-
"version": "1.13.0",
3+
"version": "1.14.0",
44
"description": "Deploy scripts for Cloudflare Pages",
55
"packageManager": "[email protected]",
66
"license": "Apache-2.0",

packages/docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@enclosed/docs",
33
"type": "module",
4-
"version": "1.13.0",
4+
"version": "1.14.0",
55
"packageManager": "[email protected]",
66
"description": "Documentation website for Enclosed.",
77
"author": "Corentin Thomasset <[email protected]> (https://corentin.tech)",

packages/lib/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@enclosed/lib",
33
"type": "module",
4-
"version": "1.13.0",
4+
"version": "1.14.0",
55
"packageManager": "[email protected]",
66
"description": "Enclosed lib to create secure notes.",
77
"author": "Corentin Thomasset <[email protected]> (https://corentin.tech)",

0 commit comments

Comments
 (0)