Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #25 from aws-solutions/release/v4.2.4
Browse files Browse the repository at this point in the history
Release/v4.2.4
  • Loading branch information
mobri2a authored Nov 9, 2023
2 parents da58d3a + cea6128 commit 14c9667
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ 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).

## [4.2.4] - 2023-11-09

### Changed
- Pinned crypto-js to version 4.2.0

## [4.2.3] - 2023-10-20

### Added
Expand Down
3 changes: 2 additions & 1 deletion source/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
"resolutions": {
"@types/react": "17.0.65",
"fast-xml-parser": "4.2.6",
"nth-check": "2.1.1"
"nth-check": "2.1.1",
"crypto-js": "4.2.0"
},
"scripts": {
"start": "react-scripts start",
Expand Down

0 comments on commit 14c9667

Please sign in to comment.