From c39184c931005e82d1131784d1cbbb796233d122 Mon Sep 17 00:00:00 2001
From: Benjamin Dupont <4503241+Benjozork@users.noreply.github.com>
Date: Fri, 1 Nov 2024 20:22:53 -0400
Subject: [PATCH] build: bump version

---
 .github/CHANGELOG.md | 2 +-
 package.json         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md
index 7ac275724cd..d0e9a4cc87b 100644
--- a/.github/CHANGELOG.md
+++ b/.github/CHANGELOG.md
@@ -5,7 +5,7 @@
 <!-- Use the following format below -->
 <!--  1. [Changed Area] Title of changes - @github username (Name)  -->
 
-## 0.13.0
+## 0.12.1
 
 1. [GENERAL] Fixed issue in C++ WASM Framework that caused performance degradation in some WASM modules - @frankkopp (Frank Kopp)
 1. [A380X/FCU] Fixed auto-initialisation of baro unit - @tracernz (Mike)
diff --git a/package.json b/package.json
index 760e995e7f5..8cee03162a5 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "a32nx",
-  "version": "0.12.0",
+  "version": "0.12.1",
   "edition": "stable",
   "imports": {
     "#build-utils": "./build-utils.js"