Skip to content

Commit b5202d7

Browse files
authored
Merge pull request #410 from dajiaji/bump-to-1_4_0
Bump version to 1.4.0.
2 parents 0bb8a2a + f511d2b commit b5202d7

File tree

9 files changed

+32
-8
lines changed

9 files changed

+32
-8
lines changed

CHANGES.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changes
22

3+
## Version 1.4.0
4+
5+
Released 2024-10-06
6+
7+
- [(#409) Refine publish workflow.](https://github.com/dajiaji/hpke-js/pull/409)
8+
- [(#407) Refine deno task test:all.](https://github.com/dajiaji/hpke-js/pull/407)
9+
- [(#406) Merge test utils to @hpke/common.](https://github.com/dajiaji/hpke-js/pull/406)
10+
- [(#405) Update bun test.](https://github.com/dajiaji/hpke-js/pull/405)
11+
- [(#403) Add deno task update.](https://github.com/dajiaji/hpke-js/pull/403)
12+
- [(#401) Refine import_map.](https://github.com/dajiaji/hpke-js/pull/401)
13+
- [(#400) Introduce @hpke/common as an internal-use module.](https://github.com/dajiaji/hpke-js/pull/400)
14+
- [(#399) Add testPattern.](https://github.com/dajiaji/hpke-js/pull/399)
15+
- [(#398) Apply npm audit fix.](https://github.com/dajiaji/hpke-js/pull/398)
16+
- [(#388) Separate the import-map for Dnt from the top-level import-map.](https://github.com/dajiaji/hpke-js/pull/388)
17+
- [(#386) Add deno task test:cloudflare.](https://github.com/dajiaji/hpke-js/pull/386)
18+
- [(#385) Refine dependencies.](https://github.com/dajiaji/hpke-js/pull/385)
19+
- [(#384) Add getPath.](https://github.com/dajiaji/hpke-js/pull/384)
20+
- [(#383) Rename npm-packages/x to npm/packages.](https://github.com/dajiaji/hpke-js/pull/383)
21+
- [(#382) Rename x to packages.](https://github.com/dajiaji/hpke-js/pull/382)
22+
- [(#381) Update samples for node.](https://github.com/dajiaji/hpke-js/pull/381)
23+
- Update devDependencies:
24+
- [(#397) Bump vite to 5.4.8.](https://github.com/dajiaji/hpke-js/pull/397)
25+
- [(#395) Bump rollup to 4.22.4.](https://github.com/dajiaji/hpke-js/pull/395)
26+
327
## Version 1.3.1
428

529
Released 2024-09-01

SECURITY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
| Version | Supported |
66
| ------- | ------------------ |
7-
| 1.3.x | :white_check_mark: |
7+
| 1.4.x | :white_check_mark: |
88
| 1.2.x | :white_check_mark: |
99
| 1.2.8 | :x: |
1010
| 0.22.x | :white_check_mark: |

packages/common/deno.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hpke/common",
3-
"version": "0.6.0",
3+
"version": "1.4.0",
44
"exports": "./mod.ts",
55
"publish": {
66
"exclude": [

packages/core/deno.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hpke/core",
3-
"version": "1.3.1",
3+
"version": "1.4.0",
44
"exports": "./mod.ts",
55
"publish": {
66
"exclude": [

packages/dhkem-secp256k1/deno.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hpke/dhkem-secp256k1",
3-
"version": "1.3.1",
3+
"version": "1.4.0",
44
"exports": "./mod.ts",
55
"imports": {
66
"@noble/curves": "npm:@noble/curves@^1.4.2"

packages/dhkem-x25519/deno.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hpke/dhkem-x25519",
3-
"version": "1.3.1",
3+
"version": "1.4.0",
44
"exports": "./mod.ts",
55
"imports": {
66
"@noble/curves": "npm:@noble/curves@^1.4.2",

packages/dhkem-x448/deno.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hpke/dhkem-x448",
3-
"version": "1.3.1",
3+
"version": "1.4.0",
44
"exports": "./mod.ts",
55
"imports": {
66
"@noble/curves": "npm:@noble/curves@^1.4.2",

packages/hpke-js/deno.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hpke/hpke-js",
3-
"version": "1.3.1",
3+
"version": "1.4.0",
44
"exports": "./mod.ts",
55
"imports": {
66
"@noble/hashes": "npm:@noble/hashes@^1.4.0"

packages/hybridkem-x25519-kyber768/deno.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hpke/hybridkem-x25519-kyber768",
3-
"version": "1.3.1",
3+
"version": "1.4.0",
44
"exports": "./mod.ts",
55
"imports": {
66
"@noble/hashes": "npm:@noble/hashes@^1.4.0"

0 commit comments

Comments
 (0)