From 0cec900e6077fcce89403703b92fce380659bc4d Mon Sep 17 00:00:00 2001 From: Wrycu Date: Fri, 29 Dec 2023 20:09:56 -0800 Subject: [PATCH] chore(release): prep for 2.0.5 --- module.json | 4 ++-- release-notes.md | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/module.json b/module.json index 1cc0e51..d4bb7b2 100644 --- a/module.json +++ b/module.json @@ -23,7 +23,7 @@ "name": "x0d0a" } ], - "version": "2.0.4", + "version": "2.0.5", "compatibility": { "minimum": 10, "verified": "10" @@ -69,7 +69,7 @@ "socket": true, "url": "https://github.com/wrycu/StarWarsFFG-Enhancements", "manifest": "https://github.com/wrycu/StarWarsFFG-Enhancements/releases/latest/download/module.json", - "download": "https://github.com/wrycu/StarWarsFFG-Enhancements/releases/download/2.0.4/module.zip", + "download": "https://github.com/wrycu/StarWarsFFG-Enhancements/releases/download/2.0.5/module.zip", "license": "LICENSE", "readme": "README.md", "esmodules": ["ffg-star-wars-enhancements.js"], diff --git a/release-notes.md b/release-notes.md index 5588ce6..c2dcaae 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,5 +1,6 @@ -`2.0.5` - ? +`2.0.5` - 2023-12-29 - FIX: Minion group size should once again display ([#164](https://github.com/wrycu/StarWarsFFG-Enhancements/issues/164)) +- IMPROVEMENT: Add large datapad (thanks `Spocky69`!) `2.0.4` - 2023-10-09