Skip to content

Commit 028f3ad

Browse files
committed
Update CHANGELOG (v.2.0.0)
1 parent ac81d6e commit 028f3ad

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## v2.0.0 (2021-11-17)
2+
3+
- **[Breaking]** Switch from [`lambda-git`](https://www.npmjs.com/package/lambda-git) to [Git Lambda Layer](https://github.com/lambci/git-lambda-layer).
4+
The size of the artifact is significantly smaller and it contains no binaries.
5+
6+
- **[Breaking]** Change default `GIT_REPO_BRANCH` from `master` to `main`.
7+
8+
- **[Breaking]** Upgrade recommended Node runtime version from 12 to 14.
9+
Node 12 should be still supported but Node 10 support is dropped.
10+
11+
- Upgrade all dependencies, including Parcel v1 → v2.
12+
This resolves a few dev-only dependency vulnerabilities reported by `yarn audit`.
13+
114
## v1.0.4 (2020-07-18)
215

316
- Upgrade dependencies to mitigate security vulnerabilities

0 commit comments

Comments
 (0)