diff --git a/CHANGELOG.md b/CHANGELOG.md index e37b6ec75..9d6ebe371 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ 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.13.2] - 2024-12-03 + +- Fixed rendering of categories +- Added ability to define optional extension requirements +- **stardewvalley**: Fixed potential attempts to parse manifests of uninstalled mods ([#16650](https://github.com/Nexus-Mods/Vortex/issues/16650)) +- **falloutnv**: Sanity checks extension is now optional + + ## [1.13.1] - 2024-12-02 _Stable release based on [1.13.0-beta.7]_ diff --git a/app/package.json b/app/package.json index eea0b7d24..54c4189c1 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "vortex", - "version": "1.13.1", + "version": "1.13.2", "productName": "Vortex", "description": "Vortex", "author": "Black Tree Gaming Ltd.", diff --git a/extensions/games b/extensions/games index db3547695..26d18baf5 160000 --- a/extensions/games +++ b/extensions/games @@ -1 +1 @@ -Subproject commit db35476956264ae9e70514a3b1df5c44999a347d +Subproject commit 26d18baf56e56c6aa5f94217a5c70ed429772127