Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit affe237

Browse files
author
aws-crypto-tools-ci-bot
committedJul 14, 2021
v3.0.0
1 parent 0511780 commit affe237

File tree

58 files changed

+287
-29
lines changed

Some content is hidden

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

58 files changed

+287
-29
lines changed
 

‎CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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+
# [3.0.0](https://github.com/awslabs/aws-encryption-sdk-javascript/compare/v2.4.0...v3.0.0) (2021-07-14)
7+
8+
9+
### chore
10+
11+
* remove node 10 from CI ([64cc85b](https://github.com/awslabs/aws-encryption-sdk-javascript/commit/64cc85b00d231d058b4237045e2b5f5b917d582e))
12+
* update dependencies ([417db72](https://github.com/awslabs/aws-encryption-sdk-javascript/commit/417db726ecbc974a744e8e59ed07c4f94c46464a))
13+
14+
15+
### BREAKING CHANGES
16+
17+
* Removing CI coverage for Node 10
18+
* This commit upgrades dependencies to no longer support Node 8 and 10.
19+
20+
21+
22+
23+
624
# [2.4.0](https://github.com/awslabs/aws-encryption-sdk-javascript/compare/v2.3.1...v2.4.0) (2021-07-13)
725

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

‎lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"modules/*"
44
],
5-
"version": "2.4.0",
5+
"version": "3.0.0",
66
"command": {
77
"bootstrap": {
88
"nohoist": [

0 commit comments

Comments
 (0)
Please sign in to comment.