Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ deployment/template_url_that_uses_an_existing_mie_stack.txt
*package
*dist
webapp-manifest.json
source/website/public/runtimeConfig.json
*.iml
.idea/
*.pyc
Expand Down
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.16] - 2025-08-20

### Fixed

- Fixed an issue which prevented website to load

## [2.1.15] - 2025-08-12

### Security
Expand Down
4 changes: 2 additions & 2 deletions source/website/package-lock.json

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

2 changes: 1 addition & 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.15",
"version": "2.1.16",
"private": true,
"type": "module",
"scripts": {
Expand Down