Skip to content

Commit

Permalink
chore: 1.4.3 release (#1214)
Browse files Browse the repository at this point in the history
  • Loading branch information
cd-rite authored Feb 28, 2024
1 parent e233dc5 commit 3e09790
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 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.4.2",
"version": "1.4.3",
"description": "An API for managing evaluations of Security Technical Implementation Guide (STIG) assessments.",
"main": "index.js",
"scripts": {
Expand Down
13 changes: 12 additions & 1 deletion release-notes.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
1.4.3
-----

Changes:

- (API/UI) Added multi-asset patch endpoint with delete support for better performance when deleting large numbers of Assets
- (UI) Switch to newly-published stig-manager-client-modules package on npm
- (Docs) Updates to documentation publish process
- (API) Code cleanup
- (Docs) Updated STIGMan ASD reference checklist version

1.4.2
-----

Expand All @@ -7,7 +18,7 @@ Changes:
- (Docs) Documentation updates
- (Demo/Docs) Demo data updates, include STIGs for demo data.
- (API) Code cleanup
- (API/Dependency) Dependency updates
- (API/Dependency) Dependency updates


1.4.1
Expand Down

0 comments on commit 3e09790

Please sign in to comment.