From cf077cb7c1114563a253ff194184305d4b5105fe Mon Sep 17 00:00:00 2001 From: Cedric Alfonsi Date: Tue, 27 Aug 2024 15:28:04 +0000 Subject: [PATCH] Feature/pb 34507 version bump v4 9 2 --- RELEASE_NOTES.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 004eb33c..8f4af835 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,6 +1,6 @@ Song: https://www.youtube.com/watch?v=VmtU-bLyReU -This release candidate addresses several bugs reported by the community. Additionally, it includes numerous maintenance updates as part of our ongoing efforts to ensure a smooth transition and support for the upcoming v5. +This release addresses several bugs reported by the community. Additionally, it includes numerous maintenance updates as part of our ongoing efforts to ensure a smooth transition and support for the upcoming v5. Thank you to the community for reporting these issues. diff --git a/package-lock.json b/package-lock.json index 0549d423..fcc691ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "passbolt-browser-extension", - "version": "4.9.2-rc.0", + "version": "4.9.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "passbolt-browser-extension", - "version": "4.9.2-rc.0", + "version": "4.9.2", "license": "AGPL-3.0", "dependencies": { "await-lock": "^2.1.0", diff --git a/package.json b/package.json index 7a20aaf8..a26bcef3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "passbolt-browser-extension", - "version": "4.9.2-rc.0", + "version": "4.9.2", "license": "AGPL-3.0", "copyright": "Copyright 2022 Passbolt SA", "description": "Passbolt web extension for the open source password manager for teams",