Skip to content

Commit

Permalink
Merge pull request #417 from aws-solutions/release/v2.1.9
Browse files Browse the repository at this point in the history
Release v2.1.9
  • Loading branch information
amzn-gaod authored Oct 1, 2024
2 parents fa4c659 + 1f38f99 commit 5e08e63
Show file tree
Hide file tree
Showing 3 changed files with 242 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.1.9] - 2024-10-01

### Security

- Upgraded vulnerable packages

## [2.1.8] - 2024-09-17

### Security
Expand Down
240 changes: 234 additions & 6 deletions source/website/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion source/website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "content-localization-on-aws",
"version": "2.1.8",
"version": "2.1.9",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down Expand Up @@ -49,6 +49,7 @@
},
"overrides": {
"ip": "^2.0.0",
"rollup": ">=4.22.4",
"postcss": "^8.4.31",
"webpack-dev-middleware": "^5.3.4",
"follow-redirects": "^1.15.6",
Expand Down

0 comments on commit 5e08e63

Please sign in to comment.