From 513bdb90e54621aeddaceac30c10408d6c81c2ba Mon Sep 17 00:00:00 2001
From: Kushagra Gour <chinchang457@gmail.com>
Date: Fri, 10 May 2024 15:35:35 +0530
Subject: [PATCH] changelog

---
 src/components/Changelog.jsx | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/src/components/Changelog.jsx b/src/components/Changelog.jsx
index 6113561..3804467 100644
--- a/src/components/Changelog.jsx
+++ b/src/components/Changelog.jsx
@@ -106,6 +106,15 @@ export function Changelog(props) {
 	return (
 		<div>
 			<h1>Whats new?</h1>
+
+			<Notification version="6.3.0" {...props} isLatest={true}>
+				<NotificationItem type="bug">
+					Extension Only: JavaScript is NOW WORKING, again! 🎉 The extension is
+					now migrated to MV3 which means its much more secure, and of course,
+					JavaScript now works again! 🥳
+				</NotificationItem>
+			</Notification>
+
 			<Notification version="6.2.0" {...props} isLatest={true}>
 				<li>Preact template updated to latest version with hooks.</li>
 				<li>Mail option added in help modal.</li>