From dd08152f5c6424e525592ecc5b865785e1911e38 Mon Sep 17 00:00:00 2001 From: aza547 Date: Tue, 14 Nov 2023 21:24:16 +0000 Subject: [PATCH] fix dungeon typos --- docs/CHANGELOG.md | 4 ++++ release/app/package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index d89eeed9..60cabea0 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed ### Fixed +## [3.20.1] - 2023-11-14 +### Fixed +- Fix some bugs with Dragonflight season 3 Mythic+ dungeons. + ## [3.20.0] - 2023-11-14 ### Added - [Issue 451](https://github.com/aza547/wow-recorder/issues/451) - Add Dragonflight season 3 Mythic+ dungeons. diff --git a/release/app/package.json b/release/app/package.json index 4a8b3dee..c92d295b 100644 --- a/release/app/package.json +++ b/release/app/package.json @@ -1,6 +1,6 @@ { "name": "WarcraftRecorder", - "version": "3.20.0", + "version": "3.20.1", "description": "A World of Warcraft screen recorder", "main": "./dist/main/main.js", "author": {