Skip to content

Commit

Permalink
Bump version to 1.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
dajiaji committed Oct 11, 2024
1 parent 97d2c03 commit 9c4d222
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"**/*/*.js",
"**/*/npm/",
"**/*/.wrangler/",
"coverage/*.json"
"coverage/"
]
},
"lint": {
Expand All @@ -31,7 +31,7 @@
"**/*/*.js",
"**/*/npm/",
"**/*/.wrangler/",
"coverage/*.json"
"coverage/"
]
},
"test": {
Expand All @@ -41,7 +41,7 @@
"**/*/*.js",
"**/*/npm/",
"**/*/.wrangler/",
"coverage/*.json"
"coverage/"
]
},
"tasks": {
Expand Down
2 changes: 1 addition & 1 deletion packages/chacha20poly1305/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpke/chacha20poly1305",
"version": "1.4.3",
"version": "1.5.0",
"exports": "./mod.ts",
"imports": {
"@noble/ciphers": "npm:@noble/ciphers@^0.5.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/common/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpke/common",
"version": "1.4.3",
"version": "1.5.0",
"exports": "./mod.ts",
"publish": {
"exclude": [
Expand Down
2 changes: 1 addition & 1 deletion packages/core/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpke/core",
"version": "1.4.3",
"version": "1.5.0",
"exports": "./mod.ts",
"publish": {
"exclude": [
Expand Down
2 changes: 1 addition & 1 deletion packages/dhkem-secp256k1/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpke/dhkem-secp256k1",
"version": "1.4.3",
"version": "1.5.0",
"exports": "./mod.ts",
"imports": {
"@noble/curves": "npm:@noble/curves@^1.4.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/dhkem-x25519/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpke/dhkem-x25519",
"version": "1.4.3",
"version": "1.5.0",
"exports": "./mod.ts",
"imports": {
"@noble/curves": "npm:@noble/curves@^1.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/dhkem-x448/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpke/dhkem-x448",
"version": "1.4.3",
"version": "1.5.0",
"exports": "./mod.ts",
"imports": {
"@noble/curves": "npm:@noble/curves@^1.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/hpke-js/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpke/hpke-js",
"version": "1.4.3",
"version": "1.5.0",
"exports": "./mod.ts",
"imports": {
"@noble/hashes": "npm:@noble/hashes@^1.4.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/hybridkem-x25519-kyber768/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpke/hybridkem-x25519-kyber768",
"version": "1.4.3",
"version": "1.5.0",
"exports": "./mod.ts",
"imports": {
"@noble/hashes": "npm:@noble/hashes@^1.4.0"
Expand Down

0 comments on commit 9c4d222

Please sign in to comment.