Skip to content

Commit

Permalink
chore: updates for 1.3.14 (#1150)
Browse files Browse the repository at this point in the history
  • Loading branch information
cd-rite authored Nov 14, 2023
1 parent 698a94f commit c679109
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
4 changes: 2 additions & 2 deletions api/source/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 api/source/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stig-management-api",
"version": "1.3.13",
"version": "1.3.14",
"description": "An API for managing evaluations of Security Technical Implementation Guide (STIG) assessments.",
"main": "index.js",
"scripts": {
Expand Down
11 changes: 11 additions & 0 deletions release-notes.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
1.3.14
-----

Changes:

- (API/UI) Fixed issue that could create invalid filenames for export when Asset/Collection names used reserved characters
- (UI) Fixed issue that caused borders of certain UI elements to disappear when zoomed
- (API) Refactored post/put/patch asset review handling
- (API) Fixed issue that could cause Review status to not reset in certain cases
- (API/Dependency) Updated axios dependency in response to vulnerability

1.3.13
-----

Expand Down

0 comments on commit c679109

Please sign in to comment.