From 10e7d3d6aecb20f4e14763804754ea05e47c508e Mon Sep 17 00:00:00 2001 From: Bryan Ingle Date: Tue, 5 Mar 2024 18:05:09 -0700 Subject: [PATCH] Update documentation --- docs/content/release_notes.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/content/release_notes.md b/docs/content/release_notes.md index be8a5e4..5f426c3 100644 --- a/docs/content/release_notes.md +++ b/docs/content/release_notes.md @@ -1,5 +1,19 @@ # Release Notes +## 3.0.1 +**Major Changes** + +* Updated [Chromium](https://www.chromium.org/) to version 122 (from version 116). +* Updated [Puppeteer](https://pptr.dev/) to version 22 (from version 21). + + +**Technical Enhancements** + +* Updated AWS CodeBuild integration to use Node.js version 20. +* Updated Node.js runtime to `nodejs20.x` for all Lambda functions (and layers). +* Updated the minimum required version of [`serverless`](https://www.serverless.com/). +* Updated dependencies implicitly. + ## 3.0.0 **Major Changes**