Skip to content

Commit

Permalink
Merge pull request #612 from aws-samples/feature/0-20-5-release
Browse files Browse the repository at this point in the history
Release upgrades
  • Loading branch information
atjohns authored Jan 19, 2024
2 parents 8842a73 + 3d8282b commit 7a7cd31
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [0.20.3] - 2023-12-27
## [0.20.5] - 2024-1-19
- Update Lamdba functions using Node to version 18. This required upgrading the Lambda code to use the JS SDK v3 as well.
- Dependency upgrades to fix critical vulnerabilities.

## [0.20.4] - 2023-12-27
- Add support for file attachments. See new File Uploads README for full details.
- Clean-up & fix issues related to webpack 5 and `npm run` related errors for some build types.

Expand Down
2 changes: 1 addition & 1 deletion lex-web-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lex-web-ui",
"version": "0.20.4",
"version": "0.20.5",
"description": "Amazon Lex Web Interface",
"author": "AWS",
"license": "Amazon Software License",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-lex-web-ui",
"version": "0.20.4",
"version": "0.20.5",
"description": "Sample Amazon Lex Web Interface",
"main": "dist/lex-web-ui.min.js",
"repository": {
Expand Down

0 comments on commit 7a7cd31

Please sign in to comment.