From b2927a0fa1b80e2ee9a3596c008b88944f79c7fe Mon Sep 17 00:00:00 2001 From: Charissa Miller <48832936+clemiller@users.noreply.github.com> Date: Mon, 26 Feb 2024 11:22:35 -0500 Subject: [PATCH] update nav version --- CHANGELOG.md | 2 +- nav-app/package-lock.json | 4 ++-- nav-app/package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8900eb75..8c1fe98d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ This will patch the version number appropriately and create the correct tag on the current commit. The creation of the tag can be disabled with the --no-git-tag-version if desired. --> -# 4.x.x - Changes Staged on Develop +# 4.9.2 - 26 February 2024 ## Fixes - Fixed an issue with loading multiple bundles into a single matrix. See issue [#505](https://github.com/mitre-attack/attack-navigator/issues/505). diff --git a/nav-app/package-lock.json b/nav-app/package-lock.json index 1d3275a22..09bc94b45 100644 --- a/nav-app/package-lock.json +++ b/nav-app/package-lock.json @@ -1,12 +1,12 @@ { "name": "attack-navigator", - "version": "4.9.1", + "version": "4.9.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "attack-navigator", - "version": "4.9.1", + "version": "4.9.2", "license": "Apache-2.0", "dependencies": { "@angular/animations": "^14.3.0", diff --git a/nav-app/package.json b/nav-app/package.json index 9a0e72f18..65a2ecbdf 100644 --- a/nav-app/package.json +++ b/nav-app/package.json @@ -5,7 +5,7 @@ "type": "git", "url": "https://github.com/mitre-attack/attack-navigator.git" }, - "version": "4.9.1", + "version": "4.9.2", "license": "Apache-2.0", "scripts": { "ng": "ng",