Skip to content

Commit

Permalink
chore: Release 1.3.10 updates (#1073)
Browse files Browse the repository at this point in the history
* chore: release 1.3.10 updates
  • Loading branch information
cd-rite authored Aug 23, 2023
1 parent 1cbd538 commit 21f5192
Show file tree
Hide file tree
Showing 3 changed files with 16 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.9",
"version": "1.3.10",
"description": "An API for managing evaluations of Security Technical Implementation Guide (STIG) assessments.",
"main": "index.js",
"scripts": {
Expand Down
13 changes: 13 additions & 0 deletions release-notes.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
1.3.10
-----

Changes:

- (API/UI) Provisional .cklb import/export feature.
- (UI) Added CCIs column to STIG Library grid.
- (API/fix) XML double-encoding regression after upgrading fast-xml-parser
- (API/fix) Handle missing description in xccdf benchmark
- (UI/fix) Remove non-compliant elevate parameter, fix regression preventing app management interface from updating Collections
- (UI/fix) Workaround non-standard what's new dates
- (UI/fix) Duplicate collection name detection

1.3.9
-----

Expand Down

0 comments on commit 21f5192

Please sign in to comment.