From bf59ee0b23c127df06da0ed7c94ce4e0841de989 Mon Sep 17 00:00:00 2001 From: Michael Corcoran Date: Tue, 24 Oct 2023 19:39:16 +1300 Subject: [PATCH] chore: bump to v0.12.0 (#8266) --- .github/CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index 86963b8e481..4e4db28da01 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -5,6 +5,8 @@ +## 0.12.0 + ## 0.11.0 1. [FMS] Implement vertical navigation functions - @BlueberryKing (BlueberryKing) diff --git a/package.json b/package.json index 2f88987edce..f681f5e47d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "a32nx", - "version": "0.11.0", + "version": "0.12.0", "edition": "development", "imports": { "#build-utils": "./build-utils.js"