From 21f51923e01df529df2c6acfc9815db5568c0887 Mon Sep 17 00:00:00 2001 From: cd-rite <61710958+cd-rite@users.noreply.github.com> Date: Wed, 23 Aug 2023 16:41:04 -0400 Subject: [PATCH] chore: Release 1.3.10 updates (#1073) * chore: release 1.3.10 updates --- api/source/package-lock.json | 4 ++-- api/source/package.json | 2 +- release-notes.rst | 13 +++++++++++++ 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/api/source/package-lock.json b/api/source/package-lock.json index d62a59bc4..c52be29c0 100644 --- a/api/source/package-lock.json +++ b/api/source/package-lock.json @@ -1,12 +1,12 @@ { "name": "stig-management-api", - "version": "1.3.9", + "version": "1.3.10", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "stig-management-api", - "version": "1.3.9", + "version": "1.3.10", "license": "MIT", "dependencies": { "archiver": "^5.3.1", diff --git a/api/source/package.json b/api/source/package.json index f649ba28a..cb692f046 100644 --- a/api/source/package.json +++ b/api/source/package.json @@ -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": { diff --git a/release-notes.rst b/release-notes.rst index 6ac62b2c7..154b45a92 100644 --- a/release-notes.rst +++ b/release-notes.rst @@ -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 -----