Skip to content

Commit

Permalink
hotfix: bump release to 1.2.2 (#572)
Browse files Browse the repository at this point in the history
  • Loading branch information
csmig authored Feb 7, 2022
1 parent e413456 commit 9528efd
Show file tree
Hide file tree
Showing 3 changed files with 19 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.1",
"version": "1.2.2",
"description": "An API for managing evaluations of Security Technical Implementation Guide (STIG) assessments.",
"main": "index.js",
"scripts": {
Expand Down
16 changes: 16 additions & 0 deletions release-notes.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
1.2.2
-----
Changes:

- Fix a UI regresssion that incorrectly hides the "Accept" button and disables the "Reject" feature
- The experimental AppData feature now supports Review history items

Commits:

- fix: accept button incorrectly hidden (#571)
- feat: include review history in appdata export/import (#562)
- remove: CORS proxy for OIDC (#558)
- refactor: fetchStig/Scap logging (#557)
- chore: Build updates (#556)
- doc: remove videos from source and build

1.2.1
-----
Changes:
Expand Down

0 comments on commit 9528efd

Please sign in to comment.