Skip to content

Commit

Permalink
v4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-crypto-tools-ci-bot committed Oct 21, 2024
1 parent b71e9d6 commit 7e9e3dd
Show file tree
Hide file tree
Showing 11 changed files with 29 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.2](https://github.com/awslabs/aws-encryption-sdk-javascript/compare/v4.0.1...v4.0.2) (2024-10-21)

**Note:** Version bump only for package aws-encryption-sdk-javascript

## [4.0.1](https://github.com/awslabs/aws-encryption-sdk-javascript/compare/v4.0.0...v4.0.1) (2024-07-30)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": ["modules/*"],
"version": "4.0.1",
"version": "4.0.2",
"command": {
"bootstrap": {
"nohoist": ["typedoc"]
Expand Down
4 changes: 4 additions & 0 deletions modules/client-node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.2](https://github.com/aws/aws-encryption-sdk-javascript/compare/v4.0.1...v4.0.2) (2024-10-21)

**Note:** Version bump only for package @aws-crypto/client-node

## [4.0.1](https://github.com/aws/aws-encryption-sdk-javascript/compare/v4.0.0...v4.0.1) (2024-07-30)

**Note:** Version bump only for package @aws-crypto/client-node
Expand Down
2 changes: 1 addition & 1 deletion modules/client-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"CSE",
"aws"
],
"version": "4.0.1",
"version": "4.0.2",
"scripts": {
"build": "tsc -b tsconfig.json",
"lint": "run-s lint-*",
Expand Down
4 changes: 4 additions & 0 deletions modules/decrypt-node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.2](https://github.com/aws/aws-encryption-sdk-javascript/compare/v4.0.1...v4.0.2) (2024-10-21)

**Note:** Version bump only for package @aws-crypto/decrypt-node

## [4.0.1](https://github.com/aws/aws-encryption-sdk-javascript/compare/v4.0.0...v4.0.1) (2024-07-30)

**Note:** Version bump only for package @aws-crypto/decrypt-node
Expand Down
2 changes: 1 addition & 1 deletion modules/decrypt-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-crypto/decrypt-node",
"version": "4.0.1",
"version": "4.0.2",
"scripts": {
"prepublishOnly": "npm run build",
"build": "tsc -b tsconfig.json && tsc -b tsconfig.module.json",
Expand Down
4 changes: 4 additions & 0 deletions modules/example-node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.2](https://github.com/aws/aws-encryption-sdk-javascript/compare/v4.0.1...v4.0.2) (2024-10-21)

**Note:** Version bump only for package @aws-crypto/example-node

## [4.0.1](https://github.com/aws/aws-encryption-sdk-javascript/compare/v4.0.0...v4.0.1) (2024-07-30)

**Note:** Version bump only for package @aws-crypto/example-node
Expand Down
2 changes: 1 addition & 1 deletion modules/example-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-crypto/example-node",
"version": "4.0.1",
"version": "4.0.2",
"scripts": {
"prepublishOnly": "npm run build",
"build": "tsc -b tsconfig.json && tsc -b tsconfig.module.json",
Expand Down
4 changes: 4 additions & 0 deletions modules/integration-node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.2](https://github.com/aws/aws-encryption-sdk-javascript/compare/v4.0.1...v4.0.2) (2024-10-21)

**Note:** Version bump only for package @aws-crypto/integration-node

## [4.0.1](https://github.com/aws/aws-encryption-sdk-javascript/compare/v4.0.0...v4.0.1) (2024-07-30)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion modules/integration-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-crypto/integration-node",
"version": "4.0.1",
"version": "4.0.2",
"scripts": {
"build": "tsc -b tsconfig.json",
"lint": "run-s lint-*",
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7e9e3dd

Please sign in to comment.