Skip to content

Commit

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

Changes:

- (API/App) New Metrics Report replaces old Status Report; additional API endpoints added to support this feature.
- (App) Various changes to UI for look/feel tuning.
- (App) Local storage state provider added to preserve some user configuration of views across sessions.


1.2.15
-----

Expand Down

0 comments on commit 0b7dc7b

Please sign in to comment.