Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 9ff8361

Browse files
authored
Merge pull request #428 from aws-solutions/release/v2.1.16
Release v2.1.16
2 parents 9b0e18b + 221bb0e commit 9ff8361

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ deployment/template_url_that_uses_an_existing_mie_stack.txt
88
*package
99
*dist
1010
webapp-manifest.json
11-
source/website/public/runtimeConfig.json
1211
*.iml
1312
.idea/
1413
*.pyc

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.1.16] - 2025-08-20
9+
10+
### Fixed
11+
12+
- Fixed an issue which prevented website to load
13+
814
## [2.1.15] - 2025-08-12
915

1016
### Security

source/website/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "content-localization-on-aws",
3-
"version": "2.1.15",
3+
"version": "2.1.16",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)