From 251e3da29f5aa277515347a8632f93ddf97ebf2c Mon Sep 17 00:00:00 2001 From: IDCs Date: Wed, 2 Oct 2024 08:36:42 +0100 Subject: [PATCH] updated changelog and version bump --- CHANGELOG.md | 4 ++++ app/package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e46f09c8..5a1cf26a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Common Changelog](https://common-changelog.org/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.12.6] - 2024-10-02 + +- Fixed Starfield CC plugins being detected as native + ## [1.12.5] - 2024-09-30 - Fixed mod enable notification not appearing diff --git a/app/package.json b/app/package.json index a11a4bad1..796f30e51 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "vortex", - "version": "1.12.5", + "version": "1.12.6", "productName": "Vortex", "description": "Vortex", "author": "Black Tree Gaming Ltd.",