Skip to content

Commit

Permalink
Update CHANGELOG (v.2.0.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
kachkaev committed Nov 17, 2021
1 parent ac81d6e commit 028f3ad
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## v2.0.0 (2021-11-17)

- **[Breaking]** Switch from [`lambda-git`](https://www.npmjs.com/package/lambda-git) to [Git Lambda Layer](https://github.com/lambci/git-lambda-layer).
The size of the artifact is significantly smaller and it contains no binaries.

- **[Breaking]** Change default `GIT_REPO_BRANCH` from `master` to `main`.

- **[Breaking]** Upgrade recommended Node runtime version from 12 to 14.
Node 12 should be still supported but Node 10 support is dropped.

- Upgrade all dependencies, including Parcel v1 → v2.
This resolves a few dev-only dependency vulnerabilities reported by `yarn audit`.

## v1.0.4 (2020-07-18)

- Upgrade dependencies to mitigate security vulnerabilities
Expand Down

0 comments on commit 028f3ad

Please sign in to comment.