Skip to content

Commit 66882b9

Browse files
author
aws-crypto-tools-ci-bot
committed
v4.0.1
1 parent 89a2b68 commit 66882b9

File tree

57 files changed

+172
-55
lines changed

Some content is hidden

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

57 files changed

+172
-55
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions

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.0.0",
3+
"version": "4.0.1",
44
"command": {
55
"bootstrap": {
66
"nohoist": ["typedoc"]

modules/cache-material/CHANGELOG.md

Lines changed: 4 additions & 0 deletions

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.0.0",
3+
"version": "4.0.1",
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: 4 additions & 0 deletions

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.0.0",
3+
"version": "4.0.1",
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: 4 additions & 0 deletions

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.0.0",
3+
"version": "4.0.1",
44
"scripts": {
55
"prepublishOnly": "npm run build",
66
"build": "tsc -b tsconfig.json && tsc -b tsconfig.module.json",

modules/client-browser/CHANGELOG.md

Lines changed: 4 additions & 0 deletions

modules/client-browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"CSE",
1010
"aws"
1111
],
12-
"version": "4.0.0",
12+
"version": "4.0.1",
1313
"scripts": {
1414
"build": "tsc -b tsconfig.json",
1515
"lint": "run-s lint-*",

0 commit comments

Comments
 (0)