From 9a5adc26bfaedc5ddb0c82d70e1c5ef3cc84e664 Mon Sep 17 00:00:00 2001 From: Brian Mitchell Date: Fri, 29 Aug 2025 21:19:24 -0500 Subject: [PATCH] Add September 2025 event --- src/globals/events.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/globals/events.js b/src/globals/events.js index cca39f2..d456f31 100644 --- a/src/globals/events.js +++ b/src/globals/events.js @@ -12,6 +12,12 @@ * @type {JSMNEvent[]} */ module.exports = [ + { + title: "JavaScriptMN In-Person", + date: new Date("2025-09-17T18:00-05:00"), + link: "https://www.meetup.com/javascriptmn/events/309201511/", + location: "Datasite, 733 S Marquette Ave Unit 600, Minneapolis, MN", + }, { title: "August Event: Open Floor Show/Tell and Discussion", date: new Date("2025-08-27T18:00-05:00"),