Skip to content

Commit

Permalink
Merge pull request #380 from dajiaji/bump-to-1_3_1
Browse files Browse the repository at this point in the history
Bump version to 1.3.1.
  • Loading branch information
dajiaji authored Sep 1, 2024
2 parents a79f310 + c7c828b commit b82fe98
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 7 deletions.
27 changes: 27 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changes

## Version 1.3.1

Released 2024-09-01

- [(#379) Fix link to doc from deno.land to jsr.io.](https://github.com/dajiaji/hpke-js/pull/379)
- [(#378) Use npx jsr publish.](https://github.com/dajiaji/hpke-js/pull/378)
- [(#377) Add needs for npm publish.](https://github.com/dajiaji/hpke-js/pull/377)
- [(#376) Use bun link.](https://github.com/dajiaji/hpke-js/pull/376)
- [(#375) Refine dependencies for bun test.](https://github.com/dajiaji/hpke-js/pull/375)
- [(#374) Fix use of npm link.](https://github.com/dajiaji/hpke-js/pull/374)
- [(#373) Add package-lock.json.](https://github.com/dajiaji/hpke-js/pull/373)
- [(#372) Remove node_modules before dnt.](https://github.com/dajiaji/hpke-js/pull/372)
- [(#371) Use npm link on cloudflare CI.](https://github.com/dajiaji/hpke-js/pull/371)
- [(#370) Refine dependencies for cloudflare test.](https://github.com/dajiaji/hpke-js/pull/370)
- [(#369) Add deno task npm-pack.](https://github.com/dajiaji/hpke-js/pull/369)
- [(#368) Add deno task npm-link and npm.](https://github.com/dajiaji/hpke-js/pull/368)
- [(#367) Remove scripts/.](https://github.com/dajiaji/hpke-js/pull/367)
- [(#366) Add samples for Node.](https://github.com/dajiaji/hpke-js/pull/366)
- [(#365) Set noEmit true for tsconfig.json.](https://github.com/dajiaji/hpke-js/pull/365)
- [(#364) Refine dependencies on import-map for npm.](https://github.com/dajiaji/hpke-js/pull/364)
- [(#363) Move samples to x/.](https://github.com/dajiaji/hpke-js/pull/363)
- [(#362) Update Node sample of hpke-js.](https://github.com/dajiaji/hpke-js/pull/362)
- [(#360) Add Deno sample using JSR.](https://github.com/dajiaji/hpke-js/pull/360)
- Update devDependencies:
- [(#361) Bump @deno/dnt to 0.41.3.](https://github.com/dajiaji/hpke-js/pull/361)
- [(#361) Bump @std/assert to 1.0.3.](https://github.com/dajiaji/hpke-js/pull/361)

## Version 1.3.0

Released 2024-08-31
Expand Down
2 changes: 1 addition & 1 deletion x/chacha20poly1305/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpke/chacha20poly1305",
"version": "1.3.0",
"version": "1.3.1",
"exports": "./mod.ts",
"imports": {
"@noble/ciphers": "npm:@noble/ciphers@^0.5.3"
Expand Down
2 changes: 1 addition & 1 deletion x/core/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpke/core",
"version": "1.3.0",
"version": "1.3.1",
"exports": "./mod.ts",
"imports": {
"@deno/dnt": "jsr:@deno/dnt@^0.41.2",
Expand Down
2 changes: 1 addition & 1 deletion x/dhkem-secp256k1/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpke/dhkem-secp256k1",
"version": "1.3.0",
"version": "1.3.1",
"exports": "./mod.ts",
"imports": {
"@noble/curves": "npm:@noble/curves@^1.4.2"
Expand Down
2 changes: 1 addition & 1 deletion x/dhkem-x25519/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpke/dhkem-x25519",
"version": "1.3.0",
"version": "1.3.1",
"exports": "./mod.ts",
"imports": {
"@noble/curves": "npm:@noble/curves@^1.4.2",
Expand Down
2 changes: 1 addition & 1 deletion x/dhkem-x448/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpke/dhkem-x448",
"version": "1.3.0",
"version": "1.3.1",
"exports": "./mod.ts",
"imports": {
"@noble/curves": "npm:@noble/curves@^1.4.2",
Expand Down
2 changes: 1 addition & 1 deletion x/hpke-js/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpke/hpke-js",
"version": "1.3.0",
"version": "1.3.1",
"exports": "./mod.ts",
"imports": {
"@noble/hashes": "npm:@noble/hashes@^1.4.0"
Expand Down
2 changes: 1 addition & 1 deletion x/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.3.0",
"version": "1.3.1",
"exports": "./mod.ts",
"imports": {
"@noble/hashes": "npm:@noble/hashes@^1.4.0"
Expand Down

0 comments on commit b82fe98

Please sign in to comment.