Skip to content

Commit

Permalink
bump version to v5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
clemiller committed May 9, 2024
1 parent 9c76cd3 commit 17a4920
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
The creation of the tag can be disabled with the --no-git-tag-version if desired.
-->

# 5.0.1 - 9 May 2024

## Fixes
- Fixed an issue with parsing technique platforms.

# 5.0.0 - 2 May 2024

## New Features
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.0",
"version": "5.0.1",
"license": "Apache-2.0",
"scripts": {
"ng": "ng",
Expand Down
2 changes: 1 addition & 1 deletion nav-app/src/app/services/data.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ export class DataService {
}

/**
* Extrats the set of platforms from the list of techniques
* Extracts the set of platforms from the list of techniques
* in the given domain
* @param domain the domain for which to parse the platforms
* @returns the set of platforms found
Expand Down

0 comments on commit 17a4920

Please sign in to comment.