Skip to content

Commit 065cb57

Browse files
committed
bump version to 5.1.1
1 parent 76bd52c commit 065cb57

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,18 @@
99
The creation of the tag can be disabled with the --no-git-tag-version if desired.
1010
-->
1111

12+
# 5.1.1 - 1 July 2025
13+
14+
## Fixes
15+
- Fixed layer upgrade pagination button visibility in dark mode. See issue [#678](https://github.com/mitre-attack/attack-navigator/issues/678).
16+
1217
# 5.1.0 - 14 August 2024
1318

1419
## Improvements
1520
- 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).
1621
- Improved toolbar for better usability. See issue [#534](https://github.com/mitre-attack/attack-navigator/issues/534).
1722
- Updated Angular from v14 to v17.
1823

19-
2024
# 5.0.1 - 9 May 2024
2125

2226
## Fixes

nav-app/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nav-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "git",
66
"url": "https://github.com/mitre-attack/attack-navigator.git"
77
},
8-
"version": "5.1.0",
8+
"version": "5.1.1",
99
"license": "Apache-2.0",
1010
"scripts": {
1111
"ng": "ng",

0 commit comments

Comments
 (0)