From 0a9dd2e385882d44b447d6472a0ffe4c876c7b2d Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Sun, 17 Jul 2022 16:44:13 +0000 Subject: [PATCH] chore(release): 3.1.0 --- CHANGELOG.md | 7 +++++++ module.json | 10 +++++----- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 14 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0880c02a..67d11607 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. +## [3.1.0](https://github.com/ghost-fvtt/fxmaster/compare/v3.0.0...v3.1.0) (2022-07-17) + + +### Features + +* **lang:** update brazilian portuguese translation ([9f500dc](https://github.com/ghost-fvtt/fxmaster/commit/9f500dca283c5f2ccd2fd26b1ef31d39c8e7ef54)) + ## [3.0.0](https://github.com/ghost-fvtt/fxmaster/compare/v2.7.0...v3.0.0) (2022-07-17) diff --git a/module.json b/module.json index eb028c28..91561e72 100644 --- a/module.json +++ b/module.json @@ -16,11 +16,11 @@ } ], "url": "https://github.com/ghost-fvtt/fxmaster", - "license": "https://raw.githubusercontent.com/ghost-fvtt/fxmaster/v3.0.0/LICENSE.md", - "readme": "https://raw.githubusercontent.com/ghost-fvtt/fxmaster/v3.0.0/README.md", + "license": "https://raw.githubusercontent.com/ghost-fvtt/fxmaster/v3.1.0/LICENSE.md", + "readme": "https://raw.githubusercontent.com/ghost-fvtt/fxmaster/v3.1.0/README.md", "bugs": "https://github.com/ghost-fvtt/fxmaster/issues", - "changelog": "https://raw.githubusercontent.com/ghost-fvtt/fxmaster/v3.0.0/CHANGELOG.md", - "version": "3.0.0", + "changelog": "https://raw.githubusercontent.com/ghost-fvtt/fxmaster/v3.1.0/CHANGELOG.md", + "version": "3.1.0", "compatibility": { "minimum": "10.273", "verified": "10" @@ -77,6 +77,6 @@ ], "socket": true, "manifest": "https://github.com/ghost-fvtt/fxmaster/releases/latest/download/module.json", - "download": "https://github.com/ghost-fvtt/fxmaster/releases/download/v3.0.0/module.zip", + "download": "https://github.com/ghost-fvtt/fxmaster/releases/download/v3.1.0/module.zip", "manifestPlusVersion": "1.2.0" } diff --git a/package-lock.json b/package-lock.json index 31d1f337..91cf57ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "fxmaster", - "version": "3.0.0", + "version": "3.1.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 9930c0c5..12c96d53 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fxmaster", - "version": "3.0.0", + "version": "3.1.0", "description": "Adds various particle and filter effects.", "private": true, "scripts": {