diff --git a/api/source/package-lock.json b/api/source/package-lock.json index 1bdf7944f..fa2c1b2d5 100644 --- a/api/source/package-lock.json +++ b/api/source/package-lock.json @@ -1,12 +1,12 @@ { "name": "stig-management-api", - "version": "1.3.13", + "version": "1.3.14", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "stig-management-api", - "version": "1.3.13", + "version": "1.3.14", "license": "MIT", "dependencies": { "archiver": "^5.3.1", diff --git a/api/source/package.json b/api/source/package.json index bd5330d58..1dc8c1d02 100644 --- a/api/source/package.json +++ b/api/source/package.json @@ -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": { diff --git a/release-notes.rst b/release-notes.rst index 9f16d5e22..2b91088bd 100644 --- a/release-notes.rst +++ b/release-notes.rst @@ -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 -----