Skip to content

Commit

Permalink
bump version to 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clemiller committed Aug 13, 2024
1 parent 2c497db commit d5846b4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
The creation of the tag can be disabled with the --no-git-tag-version if desired.
-->

# Changes Staged on Develop
# 5.1.0 - 14 August 2024

## Improvements
- Refactored the `layers/` directory structure to organize Layer File Formats into versioned subdirectories and removed outdated layer samples. See pull request [#649](https://github.com/mitre-attack/attack-navigator/pull/649).
Expand Down
6 changes: 3 additions & 3 deletions layers/spec/v4.5/layerformat.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ The following example illustrates the layer file format of a single layer:
"name": "example layer",
"versions": {
"attack": "13",
"navigator": "5.0.0",
"navigator": "5.1.0",
"layer": "4.5"
},
"domain": "enterprise-attack",
Expand Down Expand Up @@ -233,7 +233,7 @@ The following example illustrates the layer file format of multiple layers. The
"name": "example layer",
"versions": {
"attack": "14",
"navigator": "5.0.0",
"navigator": "5.1.0",
"layer": "4.5"
},
"domain": "enterprise-attack",
Expand Down Expand Up @@ -351,7 +351,7 @@ The following example illustrates the layer file format of multiple layers. The
"name": "example layer",
"versions": {
"attack": "14",
"navigator": "5.0.0",
"navigator": "5.1.0",
"layer": "4.5"
},
"domain": "enterprise-attack",
Expand Down
4 changes: 2 additions & 2 deletions nav-app/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 nav-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "git",
"url": "https://github.com/mitre-attack/attack-navigator.git"
},
"version": "5.0.1",
"version": "5.1.0",
"license": "Apache-2.0",
"scripts": {
"ng": "ng",
Expand Down

0 comments on commit d5846b4

Please sign in to comment.