diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dc118f..cef0ddd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.2.2](https://github.com/fvtt-fria-ligan/yearzero-combat-fvtt/compare/1.2.1...1.2.2) (2023-08-26) + + +### Features + +* Adds Swedish localization. ([3934587](https://github.com/fvtt-fria-ligan/yearzero-combat-fvtt/commit/3934587347366e051e624f8ab4ec1534491af312)) + ### [1.2.1](https://github.com/fvtt-fria-ligan/yearzero-combat-fvtt/compare/1.2.0...1.2.1) (2023-08-26) diff --git a/package.json b/package.json index 958ddbe..5ce0854 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yearzero-combat-fvtt", - "version": "1.2.1", + "version": "1.2.2", "type": "module", "description": "Foundry VTT module for Year Zero Engine combat", "scripts": { diff --git a/static/module.json b/static/module.json index 1d57da1..396403d 100644 --- a/static/module.json +++ b/static/module.json @@ -2,7 +2,7 @@ "id": "yze-combat", "title": "Year Zero Engine: ⚔️ Combat", "description": "Adds YZE combat mechanics to a game system: Card initiative, slow & fast actions, groups, and more!", - "version": "1.2.1", + "version": "1.2.2", "compatibility": { "minimum": 10, "verified": "10.291", @@ -61,8 +61,8 @@ "license": "LICENSE.txt", "socket": true, "manifest": "https://github.com/fvtt-fria-ligan/yearzero-combat-fvtt/releases/latest/download/system.json", - "download": "https://github.com/fvtt-fria-ligan/yearzero-combat-fvtt/releases/download/1.2.1/module.zip", + "download": "https://github.com/fvtt-fria-ligan/yearzero-combat-fvtt/releases/download/1.2.2/module.zip", "flags": { "allowBugReporter": true } -} +} \ No newline at end of file