From bbdc509743ad80475368ec4044db37d76dcdec46 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 3 Jan 2023 14:10:34 +0000 Subject: [PATCH] chore(release): 4.29.2 [skip ci] ## [4.29.2](https://github.com/xdy/xdy-pf2e-workbench/compare/v4.29.1...v4.29.2) (2023-01-03) ### Bug Fixes * Include latest translations. ([fa1b7d4](https://github.com/xdy/xdy-pf2e-workbench/commit/fa1b7d4bc3026cb1fa7a00a88520a129f48b99e8)) --- CHANGELOG.md | 7 +++++++ module.json | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3bba833d..e86615450 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.29.2](https://github.com/xdy/xdy-pf2e-workbench/compare/v4.29.1...v4.29.2) (2023-01-03) + + +### Bug Fixes + +* Include latest translations. ([fa1b7d4](https://github.com/xdy/xdy-pf2e-workbench/commit/fa1b7d4bc3026cb1fa7a00a88520a129f48b99e8)) + ## [4.29.1](https://github.com/xdy/xdy-pf2e-workbench/compare/v4.29.0...v4.29.1) (2023-01-03) diff --git a/module.json b/module.json index 960fbd25c..7fdd9d94a 100644 --- a/module.json +++ b/module.json @@ -1,7 +1,7 @@ { "title": "PF2e Workbench", "description": "Random and assorted collection of possibly useful doodads, thingumabobs and whatchamacallits for the foundry vtt pf2e system.", - "version": "4.29.1", + "version": "4.29.2", "id": "xdy-pf2e-workbench", "compatibility": { "minimum": "10.291", @@ -115,7 +115,7 @@ ], "url": "https://github.com/xdy/xdy-pf2e-workbench/", "manifest": "https://github.com/xdy/xdy-pf2e-workbench/releases/latest/download/module.json", - "download": "https://github.com/xdy/xdy-pf2e-workbench/releases/download/v4.29.1/xdy-pf2e-workbench.zip", + "download": "https://github.com/xdy/xdy-pf2e-workbench/releases/download/v4.29.2/xdy-pf2e-workbench.zip", "license": "https://github.com/xdy/xdy-pf2e-workbench/blob/main/LICENSE.md", "readme": "https://github.com/xdy/xdy-pf2e-workbench/blob/main/README.md", "bugs": "https://github.com/xdy/xdy-pf2e-workbench/issues", diff --git a/package-lock.json b/package-lock.json index c4208b546..f59b774ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "xdy-pf2e-workbench", - "version": "4.29.1", + "version": "4.29.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "xdy-pf2e-workbench", - "version": "4.29.1", + "version": "4.29.2", "license": "./LICENSE", "dependencies": { "@codemirror/lang-json": "^6.0.1", diff --git a/package.json b/package.json index 384066229..9970c6fa5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "xdy-pf2e-workbench", - "version": "4.29.1", + "version": "4.29.2", "description": "Random assortment of possibly useful doodads, thingumabobs and whatchamacallits for the foundry vtt pf2e system.", "license": "./LICENSE", "homepage": "https://github.com/xdy/xdy-pf2e-workbench",