Skip to content

Commit 9a5688b

Browse files
author
aws-crypto-tools-ci-bot
committed
v4.2.4
1 parent 23a7b62 commit 9a5688b

63 files changed

Lines changed: 252 additions & 82 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.2.4](https://github.com/aws/aws-encryption-sdk-javascript/compare/v4.2.3...v4.2.4) (2026-07-23)
7+
8+
### Bug Fixes
9+
10+
- **release:** drop --unsafe-perm from publish npm ci ([#1681](https://github.com/aws/aws-encryption-sdk-javascript/issues/1681)) ([4f6e74f](https://github.com/aws/aws-encryption-sdk-javascript/commit/4f6e74f88493302174b573711a7341d021885d7e))
11+
- **release:** drop NPM_CONFIG_UNSAFE_PERM env ([#1685](https://github.com/aws/aws-encryption-sdk-javascript/issues/1685)) ([abc3be5](https://github.com/aws/aws-encryption-sdk-javascript/commit/abc3be54d0550c5387820cf55645838dd7aa7a27))
12+
- **release:** publish on Node LTS so npm@latest installs ([#1679](https://github.com/aws/aws-encryption-sdk-javascript/issues/1679)) ([84b753f](https://github.com/aws/aws-encryption-sdk-javascript/commit/84b753f901a2afcf3679045f318b27e3bb40b0e1))
13+
- **release:** set repository in every package.json for provenance ([#1687](https://github.com/aws/aws-encryption-sdk-javascript/issues/1687)) ([23a7b62](https://github.com/aws/aws-encryption-sdk-javascript/commit/23a7b62adac50bc0f0501fadb648c4dc09664bbf))
14+
- **release:** source test vector values from one file so npm 12 can run scripts ([#1684](https://github.com/aws/aws-encryption-sdk-javascript/issues/1684)) ([c77bb08](https://github.com/aws/aws-encryption-sdk-javascript/commit/c77bb08ad8d60652962580c9c1a5f41e64506df3))
15+
- **release:** upgrade lerna to v9 for OIDC trusted publishing ([#1686](https://github.com/aws/aws-encryption-sdk-javascript/issues/1686)) ([9a3612f](https://github.com/aws/aws-encryption-sdk-javascript/commit/9a3612f451934817e9d733d39f29efca4f083668))
16+
617
## [4.2.3](https://github.com/awslabs/aws-encryption-sdk-javascript/compare/v4.2.2...v4.2.3) (2026-07-22)
718

819
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages": ["modules/*"],
3-
"version": "4.2.3",
3+
"version": "4.2.4",
44
"command": {
55
"bootstrap": {
66
"nohoist": ["typedoc"]

modules/branch-keystore-node/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.2.4](https://github.com/aws/aws-encryption-sdk-javascript/compare/v4.2.3...v4.2.4) (2026-07-23)
7+
8+
### Bug Fixes
9+
10+
- **release:** set repository in every package.json for provenance ([#1687](https://github.com/aws/aws-encryption-sdk-javascript/issues/1687)) ([23a7b62](https://github.com/aws/aws-encryption-sdk-javascript/commit/23a7b62adac50bc0f0501fadb648c4dc09664bbf))
11+
612
## [4.2.3](https://github.com/aws/aws-encryption-sdk-javascript/compare/v4.2.2...v4.2.3) (2026-07-22)
713

814
**Note:** Version bump only for package @aws-crypto/branch-keystore-node

modules/branch-keystore-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-crypto/branch-keystore-node",
3-
"version": "4.2.3",
3+
"version": "4.2.4",
44
"scripts": {
55
"prepublishOnly": "npm run generate-version.ts; npm run build",
66
"generate-version.ts": "npx genversion --es6 src/version.ts",

modules/cache-material/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.2.4](https://github.com/aws/aws-encryption-sdk-javascript/compare/v4.2.3...v4.2.4) (2026-07-23)
7+
8+
### Bug Fixes
9+
10+
- **release:** set repository in every package.json for provenance ([#1687](https://github.com/aws/aws-encryption-sdk-javascript/issues/1687)) ([23a7b62](https://github.com/aws/aws-encryption-sdk-javascript/commit/23a7b62adac50bc0f0501fadb648c4dc09664bbf))
11+
612
## [4.2.3](https://github.com/aws/aws-encryption-sdk-javascript/compare/v4.2.2...v4.2.3) (2026-07-22)
713

814
**Note:** Version bump only for package @aws-crypto/cache-material

modules/cache-material/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-crypto/cache-material",
3-
"version": "4.2.3",
3+
"version": "4.2.4",
44
"scripts": {
55
"prepublishOnly": "npm run build",
66
"build": "tsc -b tsconfig.json && tsc -b tsconfig.module.json",

modules/caching-materials-manager-browser/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.2.4](https://github.com/aws/aws-encryption-sdk-javascript/compare/v4.2.3...v4.2.4) (2026-07-23)
7+
8+
### Bug Fixes
9+
10+
- **release:** set repository in every package.json for provenance ([#1687](https://github.com/aws/aws-encryption-sdk-javascript/issues/1687)) ([23a7b62](https://github.com/aws/aws-encryption-sdk-javascript/commit/23a7b62adac50bc0f0501fadb648c4dc09664bbf))
11+
612
## [4.2.3](https://github.com/aws/aws-encryption-sdk-javascript/compare/v4.2.2...v4.2.3) (2026-07-22)
713

814
**Note:** Version bump only for package @aws-crypto/caching-materials-manager-browser

modules/caching-materials-manager-browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-crypto/caching-materials-manager-browser",
3-
"version": "4.2.3",
3+
"version": "4.2.4",
44
"scripts": {
55
"prepublishOnly": "npm run build",
66
"build": "tsc -b tsconfig.json && tsc -b tsconfig.module.json",

modules/caching-materials-manager-node/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.2.4](https://github.com/aws/aws-encryption-sdk-javascript/compare/v4.2.3...v4.2.4) (2026-07-23)
7+
8+
### Bug Fixes
9+
10+
- **release:** set repository in every package.json for provenance ([#1687](https://github.com/aws/aws-encryption-sdk-javascript/issues/1687)) ([23a7b62](https://github.com/aws/aws-encryption-sdk-javascript/commit/23a7b62adac50bc0f0501fadb648c4dc09664bbf))
11+
612
## [4.2.3](https://github.com/aws/aws-encryption-sdk-javascript/compare/v4.2.2...v4.2.3) (2026-07-22)
713

814
**Note:** Version bump only for package @aws-crypto/caching-materials-manager-node

modules/caching-materials-manager-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-crypto/caching-materials-manager-node",
3-
"version": "4.2.3",
3+
"version": "4.2.4",
44
"scripts": {
55
"prepublishOnly": "npm run build",
66
"build": "tsc -b tsconfig.json && tsc -b tsconfig.module.json",

0 commit comments

Comments
 (0)