Skip to content

Commit af2e64c

Browse files
author
aws-crypto-tools-ci-bot
committed
v1.2.0
1 parent 138750d commit af2e64c

File tree

16 files changed

+126
-18
lines changed

16 files changed

+126
-18
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [1.2.0](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/v1.1.1...v1.2.0) (2021-09-17)
7+
8+
9+
### Bug Fixes
10+
11+
* Adding ie11-detection dependency to sha1-browser ([#213](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/213)) ([138750d](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/138750d96385b8cc479b6f54c500ee1b5380648c))
12+
13+
14+
* feat!: Remove support for old version of Node.js (#210) ([eb9100d](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/eb9100d296d2fbc27a922cbfcde80535db3e8940)), closes [#210](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/210)
15+
16+
17+
### Features
18+
19+
* add @aws-crypto/util ([8f489cb](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/8f489cbe4c0e134f826bac66f1bf5172597048b9))
20+
* Add AwsCrc32 Hash ([f5d7e81](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/f5d7e815fcbe0f8da1edb855fea3bd33eb1edc15))
21+
* Add AwsCrc32C Hash ([4840c83](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/4840c83bdd7c461dded777ebc45a8f99258ba21c))
22+
* Add SHA1 ([#208](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/208)) ([45c50ff](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/45c50ffa3acc9e3bf4039ab59a0102e4d40455ec))
23+
24+
25+
### BREAKING CHANGES
26+
27+
* Removing Node.Js 8 and 10 from CI

lerna.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2-
"packages": ["packages/*"],
3-
"version": "1.1.1"
2+
"packages": [
3+
"packages/*"
4+
],
5+
"version": "1.2.0"
46
}

packages/crc32/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+
# [1.2.0](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/v1.1.1...v1.2.0) (2021-09-17)
7+
8+
9+
### Features
10+
11+
* Add AwsCrc32 Hash ([f5d7e81](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/f5d7e815fcbe0f8da1edb855fea3bd33eb1edc15))
12+
13+
14+
15+
16+
617
# [1.1.0](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2021-08-11)
718

819

packages/crc32/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-crypto/crc32",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"scripts": {
55
"prepublishOnly": "tsc",
66
"pretest": "tsc -p tsconfig.test.json",
@@ -19,8 +19,8 @@
1919
},
2020
"license": "Apache-2.0",
2121
"dependencies": {
22-
"tslib": "^1.11.1",
22+
"@aws-crypto/util": "file:../util",
2323
"@aws-sdk/types": "^3.1.0",
24-
"@aws-crypto/util": "file:../util"
24+
"tslib": "^1.11.1"
2525
}
2626
}

packages/crc32c/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+
# [1.2.0](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/v1.1.1...v1.2.0) (2021-09-17)
7+
8+
9+
### Features
10+
11+
* Add AwsCrc32C Hash ([4840c83](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/4840c83bdd7c461dded777ebc45a8f99258ba21c))
12+
13+
14+
15+
16+
617
## [0.2.1](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2021-08-24)
718

819
**Note:** Version bump only for package @aws-crypto/crc32c

packages/crc32c/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-crypto/crc32c",
3-
"version": "0.2.1",
3+
"version": "1.2.0",
44
"scripts": {
55
"prepublishOnly": "tsc",
66
"pretest": "tsc -p tsconfig.test.json",
@@ -19,9 +19,9 @@
1919
},
2020
"license": "Apache-2.0",
2121
"dependencies": {
22-
"tslib": "^1.11.1",
22+
"@aws-crypto/util": "file:../util",
2323
"@aws-sdk/types": "^3.1.0",
24-
"@aws-crypto/util": "file:../util"
24+
"tslib": "^1.11.1"
2525
},
2626
"publishConfig": {
2727
"access": "public"

packages/sha1-browser/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [1.2.0](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/v1.1.1...v1.2.0) (2021-09-17)
7+
8+
9+
### Bug Fixes
10+
11+
* Adding ie11-detection dependency to sha1-browser ([#213](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/213)) ([138750d](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/138750d96385b8cc479b6f54c500ee1b5380648c))
12+
13+
14+
### Features
15+
16+
* Add SHA1 ([#208](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/208)) ([45c50ff](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/45c50ffa3acc9e3bf4039ab59a0102e4d40455ec))

packages/sha1-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/sha1-browser",
3-
"version": "1.0.0",
3+
"version": "1.2.0",
44
"scripts": {
55
"prepublishOnly": "tsc",
66
"pretest": "tsc -p tsconfig.test.json",

packages/sha256-browser/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+
# [1.2.0](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/v1.1.1...v1.2.0) (2021-09-17)
7+
8+
9+
### Features
10+
11+
* add @aws-crypto/util ([8f489cb](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/8f489cbe4c0e134f826bac66f1bf5172597048b9))
12+
13+
14+
15+
16+
617
## [1.1.1](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2021-07-13)
718

819

packages/sha256-browser/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-crypto/sha256-browser",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"scripts": {
55
"prepublishOnly": "tsc",
66
"pretest": "tsc -p tsconfig.test.json",
@@ -20,10 +20,10 @@
2020
"@aws-crypto/ie11-detection": "file:../ie11-detection",
2121
"@aws-crypto/sha256-js": "file:../sha256-js",
2222
"@aws-crypto/supports-web-crypto": "file:../supports-web-crypto",
23+
"@aws-crypto/util": "file:../util",
2324
"@aws-sdk/types": "^3.1.0",
2425
"@aws-sdk/util-locate-window": "^3.0.0",
25-
"tslib": "^1.11.1",
26-
"@aws-crypto/util": "file:../util"
26+
"tslib": "^1.11.1"
2727
},
2828
"main": "./build/index.js",
2929
"types": "./build/index.d.ts"

packages/sha256-js/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+
# [1.2.0](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/v1.1.1...v1.2.0) (2021-09-17)
7+
8+
9+
### Features
10+
11+
* add @aws-crypto/util ([8f489cb](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/8f489cbe4c0e134f826bac66f1bf5172597048b9))
12+
13+
14+
15+
16+
617
# [1.1.0](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2021-01-13)
718

819

packages/sha256-js/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-crypto/sha256-js",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"scripts": {
55
"prepublishOnly": "tsc",
66
"pretest": "tsc -p tsconfig.test.json",
@@ -19,8 +19,8 @@
1919
},
2020
"license": "Apache-2.0",
2121
"dependencies": {
22-
"@aws-sdk/types": "^3.1.0",
2322
"@aws-crypto/util": "file:../util",
23+
"@aws-sdk/types": "^3.1.0",
2424
"tslib": "^1.11.1"
2525
}
2626
}

packages/sha256-universal/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
# [1.2.0](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/v1.1.1...v1.2.0) (2021-09-17)
7+
8+
**Note:** Version bump only for package @aws-crypto/sha256-universal
9+
10+
11+
12+
13+
614
## [1.1.1](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2021-07-13)
715

816
**Note:** Version bump only for package @aws-crypto/sha256-universal

packages/sha256-universal/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/sha256-universal",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"scripts": {
55
"prepublishOnly": "tsc",
66
"pretest": "tsc -p tsconfig.test.json",

packages/util/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [1.2.0](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/v1.1.1...v1.2.0) (2021-09-17)
7+
8+
9+
### Features
10+
11+
* add @aws-crypto/util ([8f489cb](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/8f489cbe4c0e134f826bac66f1bf5172597048b9))

packages/util/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-crypto/util",
3-
"version": "1.0.0",
3+
"version": "1.2.0",
44
"scripts": {
55
"prepublishOnly": "tsc",
66
"pretest": "tsc -p tsconfig.test.json",
@@ -19,9 +19,9 @@
1919
},
2020
"license": "Apache-2.0",
2121
"dependencies": {
22-
"tslib": "^1.11.1",
2322
"@aws-sdk/types": "^3.1.0",
24-
"@aws-sdk/util-utf8-browser": "^3.0.0"
23+
"@aws-sdk/util-utf8-browser": "^3.0.0",
24+
"tslib": "^1.11.1"
2525
},
2626
"publishConfig": {
2727
"access": "public"

0 commit comments

Comments
 (0)