You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff 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
+
1
14
## v1.0.4 (2020-07-18)
2
15
3
16
- Upgrade dependencies to mitigate security vulnerabilities
0 commit comments